hnluo
2023-06-02 6ad154b79ac6683c7ae21fe38b79eb6165d19124
Merge pull request #585 from alibaba-damo-academy/dev_lhn3

Update wss_srv_asr.py
1个文件已修改
2 ■■■ 已修改文件
funasr/runtime/python/websocket/wss_srv_asr.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/python/websocket/wss_srv_asr.py
@@ -59,7 +59,7 @@
    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!!!!")