Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ah707
/
ChatLM
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ChatLM
/
app.py
Ah707
Update app.py
cd56c03
verified
14 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
112 Bytes
import
uvicorn
from
main
import
app
if
__name__ ==
"__main__"
:
uvicorn.run(app, host=
"0.0.0.0"
, port=
7860
)