Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pomsuel
/
STT
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
STT
/
entrypoint.py
goldpulpy
Upload space
13f6d73
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
93 Bytes
import
uvicorn
uvicorn.run(
"app:app"
, host=
"0.0.0.0"
, port=
7860
, ws=
"auto"
, log_level=
"info"
)