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

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="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},
 
28
  model=model_dir,
29
  trust_remote_code=False,
30
  remote_code="./model.py",
31
+ vad_model="iic/speech_fsmn_vad_zh-cn-16k-common-pytorch",
32
  punc_model="ct-punc",
33
  spk_model="cam++",
34
  vad_kwargs={"max_single_segment_time": 15000},