Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gatesla/Object-Detection-With-DETR-and-YOLOS
gatesla
/
Image-Segmentation-Various
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gatesla
commited on
Oct 13, 2023
Commit
16c3b9f
·
1 Parent(s):
b917785
Now breaks with share=True
Browse files
Removed "share=True" ... was breaking
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -188,4 +188,4 @@ with demo:
188
189
190
# demo.launch(enable_queue=True)
191
-
demo.launch(share=True)
188
189
190
# demo.launch(enable_queue=True)
191
+
demo.launch(
) #removed (
share=True)