From 2a1cbf2d85e4f517aae2b8b7ea8ff080bdcbbef2 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 13 Dec 2021 16:45:41 +0800 Subject: [PATCH] Update README.md --- demos/speech_translation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/speech_translation/README.md b/demos/speech_translation/README.md index 8bb322c5..caca05dd 100644 --- a/demos/speech_translation/README.md +++ b/demos/speech_translation/README.md @@ -19,7 +19,7 @@ Here are sample files for this demo that can be downloaded: wget https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav https://paddlespeech.bj.bcebos.com/PaddleAudio/en.wav ``` -### 3. Usage +### 3. Usage (not support for Windows now) - Command Line(Recommended) ```bash paddlespeech st --input ./en.wav -- GitLab