diff --git a/README.md b/README.md index a4fc695..18aac0a 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,27 @@ Dockerized FastAPI wrapper for [Kokoro-82M](https://huggingface.co/hexgrad/Kokor > [!Tip] > You can try the new beta version from the `v0.1.2-pre` branch now: -> - integrated web UI (on localhost:8880/web) -> - better concurrency handling, baked in models and voices -> - voice name/model mappings to OAI standard with: -> -> ```bash -> docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:latest # CPU -> docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:latest # Nvidia GPU -> ``` +
+ |
+
+
# with: +docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:latest # CPU +docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:latest # Nvidia GPU ++ + |
+