thewhole commited on
Commit
cb5fbf2
1 Parent(s): 5ae0dd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks() as demo:
85
  Note that this demo is running on T4, the running time might be longer than the reported 15 minutes (1200 iterations) on RTx 3090.<br> \
86
  &copy; This Gradio space is developed by <a href=https://taoranyi.com/>Taoran Yi</a>.")
87
  gr.Interface(fn=main, inputs=[gr.Textbox(lines=2, value="fries and a hamburger.", label="Your prompt"),
88
- gr.Slider(0, 2000, value=600, label="Number of iteration (using 1200 in paper)"),
89
  gr.Slider(80, 200, value=100, label="CFG"),
90
  gr.Number(value=0, label="Seed")],
91
  outputs=["playable_video"],
 
85
  Note that this demo is running on T4, the running time might be longer than the reported 15 minutes (1200 iterations) on RTx 3090.<br> \
86
  &copy; This Gradio space is developed by <a href=https://taoranyi.com/>Taoran Yi</a>.")
87
  gr.Interface(fn=main, inputs=[gr.Textbox(lines=2, value="fries and a hamburger.", label="Your prompt"),
88
+ gr.Slider(0, 2000, value=900, label="Number of iteration (using 1200 in paper)"),
89
  gr.Slider(80, 200, value=100, label="CFG"),
90
  gr.Number(value=0, label="Seed")],
91
  outputs=["playable_video"],