Kleber commited on
Commit
0a66c9a
·
1 Parent(s): 9a2f322

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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, the 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
 
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