From f9672e16ae0523bdfc2ffff3565a80cf1ba73bbf Mon Sep 17 00:00:00 2001 From: TianYuan Date: Fri, 10 Dec 2021 15:57:40 +0800 Subject: [PATCH] Update README.md --- demos/text_to_speech/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/text_to_speech/README.md b/demos/text_to_speech/README.md index a07120e2..a1198b4b 100644 --- a/demos/text_to_speech/README.md +++ b/demos/text_to_speech/README.md @@ -1,4 +1,5 @@ + # TTS (Text To Speech) ## Introduction @@ -39,8 +40,7 @@ Input of this demo should be a text of the specific language that can be passed paddlespeech tts --am fastspeech2_vctk --voc pwgan_vctk --input "hello, boys" --lang en --spk_id 0 ``` You can change `spk_id` here. - - Usage: + Usage: ```bash paddlespeech tts --help