fix shell pipe example

pull/1514/head
Hui Zhang 2 years ago committed by GitHub
parent e8f2d8f11b
commit c64282e7a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -225,8 +225,8 @@ paddlespeech tts --input "你好,欢迎使用飞桨深度学习框架!" --ou
echo -e "1 欢迎光临。\n2 谢谢惠顾。" | paddlespeech tts
```
**Shell Pipeline**
ASR + Punc:
**Shell Pipeline**
- ASR + Punctuation Restoration
```
paddlespeech asr --input ./zh.wav | paddlespeech text --task punc
```

Loading…
Cancel
Save