Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -79,4 +79,4 @@ with demo:
|
|
79 |
|
80 |
button_gen_video.click(fn=generate_interpolation, inputs=input_start_text, outputs=output_interpolation)
|
81 |
examples=[["Three yellow nape amazon parrots dance and celebrate a birthday."],["Two horses trot together across a sunset landscape green field"]]
|
82 |
-
demo.launch(debug=True,
|
|
|
79 |
|
80 |
button_gen_video.click(fn=generate_interpolation, inputs=input_start_text, outputs=output_interpolation)
|
81 |
examples=[["Three yellow nape amazon parrots dance and celebrate a birthday."],["Two horses trot together across a sunset landscape green field"]]
|
82 |
+
demo.launch(debug=True, enable_queue=True)
|