From 2c1c896361a86e2881adba4de0c35710ad3422b4 Mon Sep 17 00:00:00 2001 From: remsky Date: Tue, 14 Jan 2025 04:23:26 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7695dd2..1f9d637 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The service can be accessed through either the API endpoints or the Gradio web i 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 - # Minified versions are available with `:latest-slim` tag. + # Minified versions are available with `:latest-slim` tag, though it is a first test and may not be functional ```