diff --git a/funasr/runtime/python/websocket/wss_srv_asr.py b/funasr/runtime/python/websocket/wss_srv_asr.py index 661e174de..948619b95 100644 --- a/funasr/runtime/python/websocket/wss_srv_asr.py +++ b/funasr/runtime/python/websocket/wss_srv_asr.py @@ -59,7 +59,7 @@ inference_pipeline_asr_online = pipeline( ngpu=args.ngpu, ncpu=args.ncpu, model_revision='v1.0.4', - update_model='v1.0.4' + update_model='v1.0.4', mode='paraformer_streaming') print("model loaded! only support one client at the same time now!!!!")