mrcuddle commited on
Commit
9514095
·
verified ·
1 Parent(s): 1321582

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks() as demo:
63
 
64
  text_generate_button.click(
65
  fn=generate_gif,
66
- inputs=[text_prompt, None, text_negative_prompt, text_num_inference_steps, text_guidance_scale, text_seed],
67
  outputs=text_output_video
68
  )
69
 
 
63
 
64
  text_generate_button.click(
65
  fn=generate_gif,
66
+ inputs=[text_prompt, text_negative_prompt, text_num_inference_steps, text_guidance_scale, text_seed],
67
  outputs=text_output_video
68
  )
69