From a020d4a8c23c5a83a9974a2faf58343b3df8a4b9 Mon Sep 17 00:00:00 2001 From: KP <109694228@qq.com> Date: Wed, 8 Dec 2021 15:05:17 +0800 Subject: [PATCH] Update asr and audio tagging demo. --- demos/audio_tagging/README.md | 2 +- demos/speech_recognition/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/audio_tagging/README.md b/demos/audio_tagging/README.md index eba3619e4..e8f609886 100644 --- a/demos/audio_tagging/README.md +++ b/demos/audio_tagging/README.md @@ -16,7 +16,7 @@ Input of this demo should be a WAV file(`.wav`). Here are sample files for this demo that can be downloaded: ```sh -!wget https://paddlespeech.bj.bcebos.com/PaddleAudio/cat.wav https://paddlespeech.bj.bcebos.com/PaddleAudio/dog.wav +wget https://paddlespeech.bj.bcebos.com/PaddleAudio/cat.wav https://paddlespeech.bj.bcebos.com/PaddleAudio/dog.wav ``` ### 3. Usage diff --git a/demos/speech_recognition/README.md b/demos/speech_recognition/README.md index 86bde037a..deb73a96f 100644 --- a/demos/speech_recognition/README.md +++ b/demos/speech_recognition/README.md @@ -16,7 +16,7 @@ Input of this demo should be a WAV file(`.wav`), and the sample rate must be sam Here are sample files for this demo that can be downloaded: ```sh -!wget https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav https://paddlespeech.bj.bcebos.com/PaddleAudio/en.wav +wget https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav https://paddlespeech.bj.bcebos.com/PaddleAudio/en.wav ``` ### 3. Usage