Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
meebox/removing_bg
flagtech
/
removing_bg
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
meebox
commited on
Feb 19, 2025
Commit
56c4cd8
·
1 Parent(s):
370756e
share the app.
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -27,4 +27,4 @@ no_bg_if = gr.Interface(
27
outputs=[gr.Gallery(label='處理後影像')]
28
)
29
30
-
no_bg_if.launch()
27
outputs=[gr.Gallery(label='處理後影像')]
28
)
29
30
+
no_bg_if.launch(
share=True
)