Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Agents-MCP-Hackathon
/
MedCodeMCP
like
3
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
79312d0
MedCodeMCP
/
app.py
gpaasch
Add root-level app.py wrapper; preserve src/ layout
deb0a6d
11 months ago
raw
Copy download link
history
blame
95 Bytes
# app.py at repo root
from
src.app
import
iface
if
__name__ ==
"__main__"
:
iface.launch()