mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
Update wss_srv_asr.py
This commit is contained in:
parent
45af154bf5
commit
6123c2cda6
@ -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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user