diff --git a/README.md b/README.md index a5a46cfa..935627e5 100644 --- a/README.md +++ b/README.md @@ -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: