mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
websocket
This commit is contained in:
parent
cdeb0389f2
commit
5059ec657f
@ -59,7 +59,7 @@ inference_pipeline_vad = pipeline(
|
||||
mode='online',
|
||||
ngpu=args.ngpu,
|
||||
)
|
||||
param_dict_vad = {'in_cache': dict()}
|
||||
param_dict_vad = {'in_cache': dict(), "is_final": False}
|
||||
|
||||
# asr
|
||||
param_dict_asr = {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user