Antonio
commited on
Commit
•
762ebf7
1
Parent(s):
adad62e
added share=True
Browse files
app.py
CHANGED
@@ -234,4 +234,4 @@ iface = gr.Interface(
|
|
234 |
description="Upload a video to get emotion predictions from selected video and audio models."
|
235 |
)
|
236 |
|
237 |
-
iface.launch(debug=True)
|
|
|
234 |
description="Upload a video to get emotion predictions from selected video and audio models."
|
235 |
)
|
236 |
|
237 |
+
iface.launch(debug=True, share=True)
|