Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def generate_image(prompt, base, motion, step, progress=gr.Progress()):
|
|
73 |
|
74 |
|
75 |
# Gradio Interface
|
76 |
-
with gr.Blocks(css="style.css", theme="Nymbo/
|
77 |
gr.HTML(
|
78 |
"<h1><center>Instant⚡Video</center></h1>"
|
79 |
|
|
|
73 |
|
74 |
|
75 |
# Gradio Interface
|
76 |
+
with gr.Blocks(css="style.css", theme="Nymbo/Nymbo_Theme") as demo:
|
77 |
gr.HTML(
|
78 |
"<h1><center>Instant⚡Video</center></h1>"
|
79 |
|