Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
peace2024
/
video-analyser-v2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
peace2024
commited on
Jan 5
Commit
8a44556
·
verified
·
1 Parent(s):
b2d3839
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -123,4 +123,4 @@ interface = gr.Interface(
123
124
# Launch the interface
125
if __name__ == "__main__":
126
-
interface.launch()
123
124
# Launch the interface
125
if __name__ == "__main__":
126
+
interface.launch(
share=True
)