Harumiiii commited on
Commit
5fe9be0
·
verified ·
1 Parent(s): f14f15b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ with gr.Blocks() as demo:
37
 
38
  # Button to run the pipeline
39
  run_button = gr.Button("Generate Animation")
40
- run_button.click(animate_image, inputs=[prompt, guidance_scale, num_inference_steps], outputs=gif_output)
41
 
42
  # Launch the interface
43
  demo.launch(api=True)
 
37
 
38
  # Button to run the pipeline
39
  run_button = gr.Button("Generate Animation")
40
+ run_button.click(animate_image, inputs=[prompt, guidance_scale, num_inference_steps], outputs=[gif_output])
41
 
42
  # Launch the interface
43
  demo.launch(api=True)