Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
image_segmentation
like
11
Paused
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
aliabd
HF Staff
commited on
Jan 8
Commit
707894a
·
verified
·
1 Parent(s):
0e983f5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -39,4 +39,5 @@ demo = gr.Interface(
39
examples=[["example_2.png"]]
40
)
41
42
demo.launch()
39
examples=[["example_2.png"]]
40
)
41
42
+
43
demo.launch()