Antonio
commited on
Commit
·
374f948
1
Parent(s):
7eb4ab1
Test
Browse files
app.py
CHANGED
@@ -232,4 +232,4 @@ iface = gr.Interface(
|
|
232 |
description="Upload a video to get emotion predictions from selected video and audio models."
|
233 |
)
|
234 |
|
235 |
-
iface.launch()
|
|
|
232 |
description="Upload a video to get emotion predictions from selected video and audio models."
|
233 |
)
|
234 |
|
235 |
+
iface.launch(debug=True)
|