mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
4 lines
No EOL
103 B
Bash
4 lines
No EOL
103 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
exec python -m uvicorn api.src.main:app --host 0.0.0.0 --port 8880 --log-level info |