Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MFF212
/
vst
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
vst
/
run.py
MFF212
Upload 16 files
13933bf
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
115 Bytes
import
uvicorn
if
__name__ ==
"__main__"
:
uvicorn.run(
"app.main:app"
, host=
"0.0.0.0"
, port=
8000
, reload=
True
)