Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ Install the Coqui's TTS library:
|
|
27 |
```
|
28 |
pip install TTS
|
29 |
```
|
30 |
-
Download the files from this repo,
|
31 |
|
32 |
```
|
33 |
tts --text "text" --model_path best_model.pth --encoder_path SE_checkpoint.pth.tar --encoder_config_path config_se.json --config_path config.json --speakers_file_path speakers.pth --speaker_wav conditioning_audio.wav --out_path out.wav
|
|
|
27 |
```
|
28 |
pip install TTS
|
29 |
```
|
30 |
+
Download the files from this repo, then run:
|
31 |
|
32 |
```
|
33 |
tts --text "text" --model_path best_model.pth --encoder_path SE_checkpoint.pth.tar --encoder_config_path config_se.json --config_path config.json --speakers_file_path speakers.pth --speaker_wav conditioning_audio.wav --out_path out.wav
|