Update wss_srv_asr.py

This commit is contained in:
hnluo 2023-06-02 14:14:26 +08:00 committed by GitHub
parent 45af154bf5
commit 6123c2cda6
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")