STT / entrypoint.py
goldpulpy's picture
Upload space
13f6d73
raw
history blame contribute delete
93 Bytes
import uvicorn
uvicorn.run("app:app", host="0.0.0.0", port=7860, ws="auto", log_level="info")