Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,6 @@ with demo:
|
|
41 |
|
42 |
submit_button.click(predict_action, inputs=input_video, outputs=[output_label,output_gif])
|
43 |
|
44 |
-
|
45 |
|
46 |
demo.launch()
|
|
|
41 |
|
42 |
submit_button.click(predict_action, inputs=input_video, outputs=[output_label,output_gif])
|
43 |
|
44 |
+
|
45 |
|
46 |
demo.launch()
|