Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Coderadi
/
Radha
like
3
Running
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
main
Radha
/
run.py
Coderadi
NYRA HF deployment
eecb3a7
6 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
154 Bytes
import
uvicorn
if
__name__ ==
"__main__"
:
uvicorn.run(
"app.main:app"
,
host=
"0.0.0.0"
,
port=
7860
,
reload=
False
,
)