From 7883e2c22ec1c8a1aa089fcbdaecacab1000282b Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 13 Dec 2021 16:47:24 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ccbe4c5c..1c94914fa 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ paddlespeech cls --input input.wav paddlespeech asr --lang zh --input input_16k.wav ``` **Speech Translation** (English to Chinese) + (not support for Windows now) ```shell paddlespeech st --input input_16k.wav ```