Spaces:
Sleeping
Sleeping
| # Use the CPU-only image | |
| FROM ghcr.io/remsky/kokoro-fastapi-cpu:v0.2.1 | |
| # IMPORTANT: Hugging Face requires port 7860 | |
| CMD ["python", "-m", "uvicorn", "api.src.main:app", "--host", "0.0.0.0", "--port", "7860"] | |