Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
garvitcpp
/
qodex
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
qodex
/
run_server.py
garvitcpp
Upload 35 files
a496aae
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
182 Bytes
import
uvicorn
if
__name__ ==
"__main__"
:
uvicorn.run(
"app.main:app"
,
host=
"127.0.0.1"
,
port=
8000
,
reload=
True
,
log_level=
"info"
)