Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
imjunaidafzal
/
segment-anything
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
imjunaidafzal
commited on
Jul 4, 2023
Commit
8cedc04
·
1 Parent(s):
aa1e871
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -94,4 +94,4 @@ with gr.Blocks() as demo:
94
#cache_examples=True
95
)
96
97
-
demo.launch()
94
#cache_examples=True
95
)
96
97
+
demo.launch(
share=True
)