From a6a9d29bbda05fce915957e58e87c9bfd4a22730 Mon Sep 17 00:00:00 2001 From: BOBOTANG <tzfjobmail@gmail.com> Date: 星期五, 22 三月 2024 19:10:44 +0800 Subject: [PATCH] Expose the max_end_silence_time to the user (#1532) --- 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 c28db7a..03c01ea 100644 --- a/examples/industrial_data_pretraining/fsmn_vad_streaming/demo.py +++ b/examples/industrial_data_pretraining/fsmn_vad_streaming/demo.py @@ -6,7 +6,7 @@ from funasr import AutoModel wav_file = "https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/test_audio/vad_example.wav" -model = AutoModel(model="damo/speech_fsmn_vad_zh-cn-16k-common-pytorch", model_revision="v2.0.4") +model = AutoModel(model="iic/speech_fsmn_vad_zh-cn-16k-common-pytorch", model_revision="v2.0.4") res = model.generate(input=wav_file) print(res) -- Gitblit v1.9.1