From 5072bba12d4f884524fc50cc70ac432329f5cf1c Mon Sep 17 00:00:00 2001
From: hnluo <haoneng.lhn@alibaba-inc.com>
Date: 星期五, 02 六月 2023 13:00:36 +0800
Subject: [PATCH] Merge pull request #583 from alibaba-damo-academy/dev_lhn3
---
funasr/runtime/python/websocket/wss_srv_asr.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/funasr/runtime/python/websocket/wss_srv_asr.py b/funasr/runtime/python/websocket/wss_srv_asr.py
index 6460fbf..baaa094 100644
--- a/funasr/runtime/python/websocket/wss_srv_asr.py
+++ b/funasr/runtime/python/websocket/wss_srv_asr.py
@@ -58,7 +58,8 @@
model=args.asr_model_online,
ngpu=args.ngpu,
ncpu=args.ncpu,
- model_revision='v1.0.6',
+ model_revision='v1.0.4',
+ update_model='v1.0.4'
mode='paraformer_streaming')
print("model loaded")
--
Gitblit v1.9.1