Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
moriire/OpenGenAI
moriire
/
MedAI
like
1
Build error
App
Files
Files
Community
9f90aa5
MedAI
/
main.py
IBM Abdulsalam
latest
ba86161
8 months ago
raw
Copy download link
history
blame
133 Bytes
import
uvicorn
#from app.app import app
if
__name__ ==
"__main__"
:
uvicorn.run(
"app.app:app"
, host=
"0.0.0.0"
, log_level=
"info"
)