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:
Duplicated from
ZhengPeng7/BiRefNet_demo
play7284
/
BiRefNet_demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
play7284
commited on
22 days ago
Commit
9cc2d3b
·
verified
·
1 Parent(s):
9a37aed
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -371,4 +371,4 @@ demo = gr.TabbedInterface(
371
)
372
373
if __name__ == "__main__":
374
-
demo.launch(debug=True)
371
)
372
373
if __name__ == "__main__":
374
+
demo.launch(debug=True
, mcp_server=True
)