Spaces:
Running
Running
Update app.py
Browse files
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()
|