Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|