linoyts HF Staff commited on
Commit
f1ee2b7
·
verified ·
1 Parent(s): 9b3e86d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- input_image_component, 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
  ]
 
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
  ]