mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
Merge pull request #585 from alibaba-damo-academy/dev_lhn3
Update wss_srv_asr.py
This commit is contained in:
commit
6ad154b79a
@ -59,7 +59,7 @@ inference_pipeline_asr_online = pipeline(
|
|||||||
ngpu=args.ngpu,
|
ngpu=args.ngpu,
|
||||||
ncpu=args.ncpu,
|
ncpu=args.ncpu,
|
||||||
model_revision='v1.0.4',
|
model_revision='v1.0.4',
|
||||||
update_model='v1.0.4'
|
update_model='v1.0.4',
|
||||||
mode='paraformer_streaming')
|
mode='paraformer_streaming')
|
||||||
|
|
||||||
print("model loaded! only support one client at the same time now!!!!")
|
print("model loaded! only support one client at the same time now!!!!")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user