Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,7 @@ As soon as you have the model checkpoint (`model.pth`) and `config.json` on your
|
|
| 48 |
tts --text "Hello, world! This is the second version of Flare-TTS - now with a vocoder. The robot sounds are finally gone!" \
|
| 49 |
--model_path ./model.pth \
|
| 50 |
--config_path ./config.json \
|
| 51 |
-
--vocoder_path ./
|
| 52 |
--vocoder_config_path ./vocoder_config.json \
|
| 53 |
--out_path output_1.wav
|
| 54 |
```
|
|
|
|
| 48 |
tts --text "Hello, world! This is the second version of Flare-TTS - now with a vocoder. The robot sounds are finally gone!" \
|
| 49 |
--model_path ./model.pth \
|
| 50 |
--config_path ./config.json \
|
| 51 |
+
--vocoder_path ./vocoder_15000_checkpoint.pth \
|
| 52 |
--vocoder_config_path ./vocoder_config.json \
|
| 53 |
--out_path output_1.wav
|
| 54 |
```
|