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