TaiYouWeb commited on
Commit
21c1f39
·
verified ·
1 Parent(s): c37daf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -36,6 +36,7 @@ model = AutoModel(
36
  remote_code="./model.py",
37
  vad_model="fsmn-vad",
38
  punc_model="ct-punc",
 
39
  vad_kwargs={"max_single_segment_time": 15000},
40
  ncpu=torch.get_num_threads(),
41
  batch_size=1,
 
36
  remote_code="./model.py",
37
  vad_model="fsmn-vad",
38
  punc_model="ct-punc",
39
+ spk_model="cam++",
40
  vad_kwargs={"max_single_segment_time": 15000},
41
  ncpu=torch.get_num_threads(),
42
  batch_size=1,