From b39a1f364dad0a23d7d2f90b33666f978a2d52ef Mon Sep 17 00:00:00 2001 From: Franck Alary Date: Thu, 9 Nov 2023 16:37:42 +0100 Subject: [PATCH] Update README.md corrects an entry error in the documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9dac0542d..086bfedd9 100644 --- a/README.md +++ b/README.md @@ -181,8 +181,8 @@ tts --text "Text for TTS" \ Run your own TTS and Vocoder models ```bash tts --text "Text for TTS" \ - --model_path path/to/config.json \ - --config_path path/to/model.pth.tar \ + --model_path path/to/model.pth.tar \ + --config_path path/to/config.json \ --out_path output/path/speech.wav \ --vocoder_path path/to/vocoder.pth.tar \ --vocoder_config_path path/to/vocoder_config.json