Merge pull request #1190 from PaddlePaddle/Jackwaterveg-patch-1

[Doc] revise the doc
pull/1191/head
TianYuan 4 years ago committed by GitHub
commit 4233c2e220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,6 +26,8 @@ wget -c https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav https://paddlespee
```bash ```bash
paddlespeech asr --input ./zh.wav paddlespeech asr --input ./zh.wav
``` ```
(It doesn't matter if package `paddlespeech-ctcdecoders` is not found, this package is optional.)
Usage: Usage:
```bash ```bash
paddlespeech asr --help paddlespeech asr --help

@ -22,6 +22,8 @@ wget -c https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav https://paddlespee
```bash ```bash
paddlespeech asr --input ./zh.wav paddlespeech asr --input ./zh.wav
``` ```
(如果显示`paddlespeech-ctcdecoders`这个python包没有找到的Error没有关系这个包是非必须的。)
使用方法: 使用方法:
```bash ```bash
paddlespeech asr --help paddlespeech asr --help

Loading…
Cancel
Save