feature/remove textfile args from readme.md

This commit is contained in:
shahbazraza 2023-11-14 10:38:04 +05:00
parent d0c8645183
commit 45cc9ac757
1 changed files with 0 additions and 5 deletions

View File

@ -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: