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