Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
guillaumeai
/
README
like
1
Runtime error
App
Files
Files
Community
main
README
/
app
/
__main__.py
jgwill
tst
a9056ff
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
92 Bytes
import
uvicorn
if
__name__ ==
"__main__"
:
uvicorn.run(app, host=
"0.0.0.0"
, port=
7860
)