Merge pull request #585 from alibaba-damo-academy/dev_lhn3

Update wss_srv_asr.py
This commit is contained in:
hnluo 2023-06-02 14:15:14 +08:00 committed by GitHub
commit 6ad154b79a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!!!!")