LH-Tech-AI commited on
Commit
bf9c44c
·
verified ·
1 Parent(s): fc376d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 ./vocoder.pth \
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
  ```