From a0f31df48189d204af24ffb7a6a77409bf55e0ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Wed, 16 Nov 2022 12:27:58 +0100 Subject: [PATCH] Fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65760b5e..4ed842e1 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ More details about the docker images (like GPU support) can be found [here](http - Run your own TTS and Vocoder models: ``` - $ tts --text "Text for TTS" --model_path path/to/config.json --config_path path/to/model.pth --out_path output/path/speech.wav + $ tts --text "Text for TTS" --model_path path/to/model.pth --config_path path/to/config.json --out_path output/path/speech.wav --vocoder_path path/to/vocoder.pth --vocoder_config_path path/to/vocoder_config.json ``` @@ -255,7 +255,7 @@ More details about the docker images (like GPU support) can be found [here](http - Run your own multi-speaker TTS model: ``` - $ tts --text "Text for TTS" --out_path output/path/speech.wav --model_path path/to/config.json --config_path path/to/model.pth --speakers_file_path path/to/speaker.json --speaker_idx + $ tts --text "Text for TTS" --out_path output/path/speech.wav --model_path path/to/model.pth --config_path path/to/config.json --speakers_file_path path/to/speaker.json --speaker_idx ``` ## Directory Structure