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:
Agents-MCP-Hackathon
/
MedCodeMCP
like
3
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
36b0f3d
MedCodeMCP
/
app.py
gpaasch
Add multi‐backend LLM support and audio‐driven medical agent pipeline
82d84c7
about 1 year ago
Raw
Download with hf CLI
Copy download link
History
Blame
149 Bytes
# app.py at repo root
from
src.app
import
demo
if
__name__ ==
"__main__"
:
demo.launch(server_name=
"0.0.0.0"
, server_port=
7860
, mcp_server=
True
)