mirror of https://github.com/coqui-ai/TTS.git
feature/remove textfile args from readme.md
This commit is contained in:
parent
d0c8645183
commit
45cc9ac757
|
@ -344,11 +344,6 @@ If you don't specify any models, then it uses LJSpeech based English model.
|
|||
```
|
||||
$ tts --text "Text for TTS" --out_path output/path/speech.wav
|
||||
```
|
||||
- Run TTS with text file default models:
|
||||
|
||||
```
|
||||
$ tts --textfile "text/file/path" --out_path output/path/speech.wav
|
||||
```
|
||||
|
||||
- Run TTS and pipe out the generated TTS wav file data:
|
||||
|
||||
|
|
Loading…
Reference in New Issue