Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
yumyum2081/SAM2-Image-Predictor
LPX55
/
SAM2_1-Image-Predictor-Masking-Tool-CPU
like
0
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
LPX55
commited on
Mar 29
Commit
a05b771
·
verified
·
1 Parent(s):
e521bae
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -201,4 +201,4 @@ with gr.Blocks() as demo:
201
outputs=[feather_size]
202
)
203
204
-
demo.launch(
show_api=False,
show_error=True)
201
outputs=[feather_size]
202
)
203
204
+
demo.launch(show_error=True)