Update README.md

This commit is contained in:
remsky 2025-01-13 06:27:22 -07:00 committed by GitHub
parent b261501d1f
commit 258b5fff54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,8 @@ The service can be accessed through either the API endpoints or the Gradio web i
```bash ```bash
git clone https://github.com/remsky/Kokoro-FastAPI.git git clone https://github.com/remsky/Kokoro-FastAPI.git
cd Kokoro-FastAPI cd Kokoro-FastAPI
docker compose up --build docker compose up --build # for GPU
#docker compose -f docker-compose.cpu.yml up --build # for CPU
``` ```
2. Run locally as an OpenAI-Compatible Speech Endpoint 2. Run locally as an OpenAI-Compatible Speech Endpoint
```python ```python