Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
AItool
/
SAM_Object_Isolation
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AItool
commited on
Nov 30, 2025
Commit
fc9d11a
·
verified
·
1 Parent(s):
249a956
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -128,5 +128,4 @@ with gr.Blocks() as demo:
128
label="Try with demo image"
129
)
130
131
-
demo.launch(share=True)
132
-
128
label="Try with demo image"
129
)
130
131
+
demo.launch(share=True
, show_progress=False
)