mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
4 lines
No EOL
173 B
Bash
4 lines
No EOL
173 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
exec uv run --extra $DEVICE --no-sync python -m uvicorn api.src.main:app --host 0.0.0.0 --port 8880 --log-level $UVICORN_LOG_LEVEL --workers $NUM_WORKERS |