From 78b0a51c4e0f9a3b1ce6bbf6b9a19ff3413f9bac Mon Sep 17 00:00:00 2001 From: ekoc Date: Fri, 20 Dec 2024 21:41:06 +0100 Subject: [PATCH] Fixing a typo in the readme --- DOCKER_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCKER_README.md b/DOCKER_README.md index e2343fa..02f7a99 100644 --- a/DOCKER_README.md +++ b/DOCKER_README.md @@ -69,7 +69,7 @@ There are various arguments to customize the build and start of the docker image voice files. - Example: `docker-start.sh --voices /my/voices/dir` - `--rvc_voices` similar to voices, this option lets you pick the folder containing the RVC models. - - Example: `docker-start.sh --rvc_vices /my/rvc/voices/dir` + - Example: `docker-start.sh --rvc_voices /my/rvc/voices/dir` - `--no_ui` allows you to not expose port 7852 for the gradio interface. Note that you still have to set `launch_gradio` to `false` via JSON file passed to `--config`. - `--tag` allows to choose the docker tag of the image to run. Defaults to `latest`.