Spaces:
Running
Running
Update app.py
Browse files
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 |
|