Antonio commited on
Commit
374f948
·
1 Parent(s): 7eb4ab1
Files changed (1) hide show
  1. app.py +1 -1
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)