From 993f4aed86a1c6c20aac4704dcccbf0b671b9a58 Mon Sep 17 00:00:00 2001 From: AXKuhta <11133304+AXKuhta@users.noreply.github.com> Date: Thu, 15 Apr 2021 11:53:27 +0800 Subject: [PATCH] This snippet was trying to load the model as the config file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 502d7678..2f078c70 100644 --- a/README.md +++ b/README.md @@ -192,8 +192,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 \ + --config_path path/to/config.json \ + --model_path path/to/model.pth.tar \ --out_path folder/to/save/output.wav \ --vocoder_path path/to/vocoder.pth.tar \ --vocoder_config_path path/to/vocoder_config.json