嘉渊
2023-06-15 0b45320b570de0d49a24958b0614905db0e6f6a4
funasr/bin/vad_infer.py
@@ -46,7 +46,7 @@
        # 1. Build vad model
        vad_model, vad_infer_args = build_model_from_file(
            vad_infer_config, vad_model_file, "None", device, task_name="vad"
            vad_infer_config, vad_model_file, None, device, task_name="vad"
        )
        frontend = None
        if vad_infer_args.frontend is not None: