Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
moxiaoying
/
trae-api
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
trae-api
/
server.py
moxiaoying
Upload folder using huggingface_hub
317cceb
verified
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
105 Bytes
import
uvicorn
if
__name__ ==
"__main__"
:
uvicorn.run(
"src.app:app"
, host=
"0.0.0.0"
, port=
8000
)