From 751a018a431595b0745e864a578bfb0db6a76bc6 Mon Sep 17 00:00:00 2001 From: speech_asr <wucong.lyb@alibaba-inc.com> Date: 星期一, 15 一月 2024 17:12:58 +0800 Subject: [PATCH] update run_server.sh --- examples/industrial_data_pretraining/fsmn_vad_streaming/demo.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/industrial_data_pretraining/fsmn_vad_streaming/demo.py b/examples/industrial_data_pretraining/fsmn_vad_streaming/demo.py index 4e3cb70..459dfff 100644 --- a/examples/industrial_data_pretraining/fsmn_vad_streaming/demo.py +++ b/examples/industrial_data_pretraining/fsmn_vad_streaming/demo.py @@ -7,7 +7,7 @@ wav_file = "https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/test_audio/vad_example.wav" chunk_size = 60000 # ms -model = AutoModel(model="damo/speech_fsmn_vad_zh-cn-16k-common-pytorch", model_revision="v2.0.1") +model = AutoModel(model="damo/speech_fsmn_vad_zh-cn-16k-common-pytorch", model_revision="v2.0.2") res = model(input=wav_file, chunk_size=chunk_size, ) print(res) -- Gitblit v1.9.1