Nymbo commited on
Commit
c88a699
1 Parent(s): b34b31c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/Alyx_Theme") as demo:
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