fffiloni commited on
Commit
f017d32
1 Parent(s): 1eab079

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ with gr.Blocks(css=css) as demo:
42
  </div>""")
43
 
44
  prompt_in = gr.Textbox(label="Prompt", placeholder="Darth Vader is surfing on waves")
45
- inference_steps = gr.Slider(label=Inference Steps, minimum=10, maximum=100, step=1, value=40, interactive=False)
46
  submit_btn = gr.Button("Submit")
47
  video_result = gr.Video(label="Video Output")
48
 
 
42
  </div>""")
43
 
44
  prompt_in = gr.Textbox(label="Prompt", placeholder="Darth Vader is surfing on waves")
45
+ inference_steps = gr.Slider(label="Inference Steps", minimum=10, maximum=100, step=1, value=40, interactive=False)
46
  submit_btn = gr.Button("Submit")
47
  video_result = gr.Video(label="Video Output")
48