Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
till-onethousand
/
yolov2
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
till-onethousand
commited on
Oct 8, 2024
Commit
dc44f3b
·
1 Parent(s):
2914757
copy
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,4 +9,4 @@ demo = gr.Interface(
9
outputs=["text"],
10
)
11
12
-
demo.launch()
9
outputs=["text"],
10
)
11
12
+
demo.launch(
share=True
)