Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
imseldrith
/
chatx
like
0
Build error
App
Files
Files
Community
1
refs/pr/1
chatx
/
run.py
imseldrith
Upload folder using huggingface_hub
8889a76
about 1 year ago
raw
Copy download link
history
blame
Safe
112 Bytes
import
uvicorn
if
__name__ ==
"__main__"
:
uvicorn.run(
"app:app"
, host=
"127.0.0.1"
, port=
8000
, reload=
True
)