MedCodeMCP / app.py
gpaasch's picture
should resolve the `ModuleNotFoundError` in the Hugging Face Space while maintaining the local development setup
f9e956a
raw
history blame
132 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)