未验证 提交 c64282e7 编写于 作者: H Hui Zhang 提交者: GitHub

fix shell pipe example

上级 e8f2d8f1
...@@ -225,8 +225,8 @@ paddlespeech tts --input "你好,欢迎使用飞桨深度学习框架!" --ou ...@@ -225,8 +225,8 @@ paddlespeech tts --input "你好,欢迎使用飞桨深度学习框架!" --ou
echo -e "1 欢迎光临。\n2 谢谢惠顾。" | paddlespeech tts echo -e "1 欢迎光临。\n2 谢谢惠顾。" | paddlespeech tts
``` ```
**Shell Pipeline** **Shell Pipeline**
ASR + Punc: - ASR + Punctuation Restoration
``` ```
paddlespeech asr --input ./zh.wav | paddlespeech text --task punc paddlespeech asr --input ./zh.wav | paddlespeech text --task punc
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册