TaiYouWeb commited on
Commit
4398e8a
·
verified ·
1 Parent(s): b9165ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ model = AutoModel(
28
  model=model_dir,
29
  trust_remote_code=False,
30
  remote_code="./model.py",
31
- vad_model="fsmn-vad",
32
  punc_model="ct-punc",
33
  spk_model="cam++",
34
  vad_kwargs={"max_single_segment_time": 15000},
 
28
  model=model_dir,
29
  trust_remote_code=False,
30
  remote_code="./model.py",
31
+ vad_model="iic/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-pytorch",
32
  punc_model="ct-punc",
33
  spk_model="cam++",
34
  vad_kwargs={"max_single_segment_time": 15000},