mirror of https://github.com/coqui-ai/TTS.git
This snippet was trying to load the model as the config file
This commit is contained in:
parent
0945f8e8af
commit
993f4aed86
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue