From 4ab0de7e5fbb91751a817eda826c5f71b825be98 Mon Sep 17 00:00:00 2001
From: zhifu gao <zhifu.gzf@alibaba-inc.com>
Date: 星期二, 25 四月 2023 15:19:59 +0800
Subject: [PATCH] Merge pull request #414 from alibaba-damo-academy/main
---
funasr/runtime/python/websocket/ASR_server_2pass.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/funasr/runtime/python/websocket/ASR_server_2pass.py b/funasr/runtime/python/websocket/ASR_server_2pass.py
index 55dc2e2..135a3cc 100644
--- a/funasr/runtime/python/websocket/ASR_server_2pass.py
+++ b/funasr/runtime/python/websocket/ASR_server_2pass.py
@@ -105,7 +105,7 @@
inference_pipeline_asr_online = pipeline(
task=Tasks.auto_speech_recognition,
model='damo/speech_paraformer_asr_nat-zh-cn-16k-common-vocab8404-online',
- model_revision='v1.0.2')
+ model_revision=None)
print("model loaded")
--
Gitblit v1.9.1