TaiYouWeb commited on
Commit
2277f6c
·
verified ·
1 Parent(s): 00d8f1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ model = AutoModel(
25
  model="FunAudioLLM/SenseVoiceSmall",
26
  trust_remote_code=False,
27
  remote_code="./model.py",
28
- vad_model="fsmn-vad",
29
  punc_model="ct-punc",
30
  vad_kwargs={"max_single_segment_time": 15000},
31
  ncpu=torch.get_num_threads(),
 
25
  model="FunAudioLLM/SenseVoiceSmall",
26
  trust_remote_code=False,
27
  remote_code="./model.py",
28
+ vad_model="fa-zh",
29
  punc_model="ct-punc",
30
  vad_kwargs={"max_single_segment_time": 15000},
31
  ncpu=torch.get_num_threads(),