Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -103,4 +103,4 @@ with demo:
|
|
103 |
# Bind functions to buttons
|
104 |
button_gen_video.click(fn=generate_interpolation, inputs=input_arr, outputs=output_interpolation)
|
105 |
|
106 |
-
demo.launch(debug=True, enable_queue=True)
|
|
|
103 |
# Bind functions to buttons
|
104 |
button_gen_video.click(fn=generate_interpolation, inputs=input_arr, outputs=output_interpolation)
|
105 |
|
106 |
+
demo.launch(debug=True, enable_queue=True)
|