Harumiiii commited on
Commit
780c782
1 Parent(s): 5fe9be0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,4 +40,4 @@ with gr.Blocks() as demo:
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)
 
40
  run_button.click(animate_image, inputs=[prompt, guidance_scale, num_inference_steps], outputs=[gif_output])
41
 
42
  # Launch the interface
43
+ demo.launch()