Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SeoJunn
/
segmentation3
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SeoJunn
commited on
Nov 14, 2023
Commit
301930e
·
1 Parent(s):
a87dded
Add : Share=False
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -177,4 +177,4 @@ demo = gr.Interface(
177
allow_flagging="never",
178
)
179
180
-
demo.launch()
177
allow_flagging="never",
178
)
179
180
+
demo.launch(
share=False
)