Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Solar-Iz
/
FastAPI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2ddd2b4
FastAPI
/
run_app.py
Solar-Iz
Update run_app.py
94bc95f
about 1 year ago
raw
Copy download link
history
blame
Safe
121 Bytes
from
app.main
import
app
if
__name__ ==
"__main__"
:
import
uvicorn
uvicorn.run(app, host=
"127.0.0.1"
, port=
8000
)