Update app.py
Browse files
app.py
CHANGED
|
@@ -201,7 +201,7 @@ with gr.Blocks() as demo:
|
|
| 201 |
video_output = gr.Video(label="Generated Video", autoplay=True, interactive=False)
|
| 202 |
|
| 203 |
ui_inputs = [
|
| 204 |
-
|
| 205 |
negative_prompt_input, duration_seconds_input,
|
| 206 |
guidance_scale_input, guidance_scale_2_input, steps_slider, seed_input, randomize_seed_checkbox
|
| 207 |
]
|
|
|
|
| 201 |
video_output = gr.Video(label="Generated Video", autoplay=True, interactive=False)
|
| 202 |
|
| 203 |
ui_inputs = [
|
| 204 |
+
prompt_input,
|
| 205 |
negative_prompt_input, duration_seconds_input,
|
| 206 |
guidance_scale_input, guidance_scale_2_input, steps_slider, seed_input, randomize_seed_checkbox
|
| 207 |
]
|