Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
IbrahimHasani
/
ActionDetectionVideo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
IbrahimHasani
commited on
Aug 16, 2023
Commit
f244820
·
1 Parent(s):
4c89f0a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -112,4 +112,4 @@ iface = gr.Interface(
112
live=False
113
)
114
115
-
iface.launch()
112
live=False
113
)
114
115
+
iface.launch(
share=True
)