From 678a6c0f7293a86fb1046cf043afec29e88fd5f1 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期一, 24 四月 2023 15:54:54 +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