From a917d7557dd2b1e5263eeba7e5e4d5a5fc02f69f Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期四, 27 四月 2023 11:41:16 +0800
Subject: [PATCH] websocket

---
 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