Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
oot-segmentation
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jbilcke-hf
HF Staff
commited on
Mar 13, 2024
Commit
e8e8262
·
verified
·
1 Parent(s):
932e7e6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -75,5 +75,5 @@ app = gr.Interface(
75
description=model_description,
76
allow_flagging="never",
77
)
78
-
app.launch(
share=True
)
79
75
description=model_description,
76
allow_flagging="never",
77
)
78
+
app.launch()
79