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:
junma
/
PanCancerSeg-Lung
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
junma
commited on
27 days ago
Commit
4a059a8
·
verified
·
1 Parent(s):
8ef1d70
Enable MCP server (mcp_server=True)
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -374,4 +374,5 @@ if __name__ == "__main__":
374
share=False,
375
theme=gr.themes.Soft(),
376
ssr_mode=False,
377
)
374
share=False,
375
theme=gr.themes.Soft(),
376
ssr_mode=False,
377
+
mcp_server=True
378
)