From c857b7dd67b560b2725eebf1d0989164c6cac3f5 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期三, 08 十一月 2023 10:38:32 +0800
Subject: [PATCH] docs

---
 egs_modelscope/asr/TEMPLATE/README_zh.md |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/egs_modelscope/asr/TEMPLATE/README_zh.md b/egs_modelscope/asr/TEMPLATE/README_zh.md
index 0754bc6..583e63a 100644
--- a/egs_modelscope/asr/TEMPLATE/README_zh.md
+++ b/egs_modelscope/asr/TEMPLATE/README_zh.md
@@ -30,12 +30,10 @@
     task=Tasks.auto_speech_recognition,
     model='damo/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-pytorch',
     vad_model='damo/speech_fsmn_vad_zh-cn-16k-common-pytorch',
-    #punc_model='damo/punc_ct-transformer_zh-cn-common-vocab272727-pytorch',
     punc_model='damo/punc_ct-transformer_cn-en-common-vocab471067-large',
 )
 
-rec_result = inference_pipeline(audio_in='https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/test_audio/vad_example.wav', 
-                                batch_size_token=5000, batch_size_token_threshold_s=40, max_single_segment_time=6000)
+rec_result = inference_pipeline(audio_in='./vad_example.wav')
 print(rec_result)
 ```
 鍏朵腑锛� 

--
Gitblit v1.9.1