TaiYouWeb commited on
Commit
00d8f1f
·
verified ·
1 Parent(s): 05e5cdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -27,7 +27,6 @@ model = AutoModel(
27
  remote_code="./model.py",
28
  vad_model="fsmn-vad",
29
  punc_model="ct-punc",
30
- spk_model="cam++",
31
  vad_kwargs={"max_single_segment_time": 15000},
32
  ncpu=torch.get_num_threads(),
33
  batch_size=1,
 
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(),
32
  batch_size=1,