Skip to content

Commit

Permalink
Fixing a typo in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Paladinium committed Dec 20, 2024
1 parent c7f9b04 commit 78b0a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCKER_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 78b0a51

Please sign in to comment.