Harumiiii commited on
Commit
f14f15b
·
verified ·
1 Parent(s): 0b06de3

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()
 
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)