Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Brightsun10
/
instance-segmentation-demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Brightsun10
commited on
12 days ago
Commit
adc921d
·
verified
·
1 Parent(s):
a49b950
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -195,4 +195,4 @@ demo = gr.Interface(
195
)
196
197
if __name__ == "__main__":
198
-
demo.launch()
195
)
196
197
if __name__ == "__main__":
198
+
demo.launch(
'share=True'
)