Spaces:
Runtime error
Runtime error
Commit ·
dc386c1
1
Parent(s): c6939df
complete
Browse files
app.py
CHANGED
|
@@ -24,6 +24,6 @@ vd = gr.components.Video()
|
|
| 24 |
logging.info(">>> Launching the gradio app... ")
|
| 25 |
|
| 26 |
iface = gr.Interface(fn=get_predictions, inputs=vd, outputs=label)
|
| 27 |
-
iface.launch(
|
| 28 |
|
| 29 |
logging.info(">>> Launched successfully.")
|
|
|
|
| 24 |
logging.info(">>> Launching the gradio app... ")
|
| 25 |
|
| 26 |
iface = gr.Interface(fn=get_predictions, inputs=vd, outputs=label)
|
| 27 |
+
iface.launch()
|
| 28 |
|
| 29 |
logging.info(">>> Launched successfully.")
|