Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,13 +73,10 @@ def generate_image(prompt, base, motion, step, progress=gr.Progress()):
|
|
| 73 |
|
| 74 |
|
| 75 |
# Gradio Interface
|
| 76 |
-
with gr.Blocks(css="style.css") as demo:
|
| 77 |
gr.HTML(
|
| 78 |
-
"<h1><center>Instant⚡Video</center></h1>"
|
| 79 |
-
|
| 80 |
-
"<p><center><strong>First Video Generating takes time then Videos generate faster.</p>" +
|
| 81 |
-
"<p><center>Make Sure to Write prompts in style as Given in Example, and ❤ this Space</p>" +
|
| 82 |
-
"<p><a href='https://huggingface.co/spaces/KingNish/Instant-Video/discussions/1' >Must Share you Best Results with Community - Click HERE<a></p>"
|
| 83 |
)
|
| 84 |
with gr.Group():
|
| 85 |
with gr.Row():
|
|
|
|
| 73 |
|
| 74 |
|
| 75 |
# Gradio Interface
|
| 76 |
+
with gr.Blocks(css="style.css", theme="Nymbo/Alyx_Theme") as demo:
|
| 77 |
gr.HTML(
|
| 78 |
+
"<h1><center>Instant⚡Video</center></h1>"
|
| 79 |
+
|
|
|
|
|
|
|
|
|
|
| 80 |
)
|
| 81 |
with gr.Group():
|
| 82 |
with gr.Row():
|