From 21d295527545f66c3c19c45fd58c5e74e854e84a Mon Sep 17 00:00:00 2001 From: TianYuan Date: Wed, 22 Dec 2021 11:06:55 +0800 Subject: [PATCH] Update README_cn.md --- demos/speech_recognition/README_cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/speech_recognition/README_cn.md b/demos/speech_recognition/README_cn.md index 718cad3b2..b15ec4523 100644 --- a/demos/speech_recognition/README_cn.md +++ b/demos/speech_recognition/README_cn.md @@ -23,7 +23,7 @@ wget -c https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav https://paddlespee ```bash paddlespeech asr --input ./zh.wav ``` - (如果显示`paddlespeech-ctcdecoders`这个python包没有找到的Error,没有关系,这个包是非必须的。) + (如果显示 `paddlespeech-ctcdecoders` 这个 python 包没有找到的 Error,没有关系,这个包是非必须的。) 使用方法: ```bash