TaiYouWeb commited on
Commit
3d07693
·
verified ·
1 Parent(s): 912b784

Update app.py

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