Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MakPr016
/
sdg-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sdg-api
/
run.py
MakPr016
SDG Api
63f5626
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
153 Bytes
import
uvicorn
if
__name__ ==
"__main__"
:
uvicorn.run(
"app.main:app"
,
host=
"0.0.0.0"
,
port=
7860
,
reload=
False
)