From 45cc9ac7578ab482c854158a622324e45b9f53bc Mon Sep 17 00:00:00 2001 From: shahbazraza Date: Tue, 14 Nov 2023 10:38:04 +0500 Subject: [PATCH] feature/remove textfile args from readme.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) 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: