Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ model = AutoModel(
|
|
25 |
model="FunAudioLLM/SenseVoiceSmall",
|
26 |
trust_remote_code=False,
|
27 |
remote_code="./model.py",
|
28 |
-
vad_model="
|
29 |
punc_model="ct-punc",
|
30 |
vad_kwargs={"max_single_segment_time": 15000},
|
31 |
ncpu=torch.get_num_threads(),
|
|
|
25 |
model="FunAudioLLM/SenseVoiceSmall",
|
26 |
trust_remote_code=False,
|
27 |
remote_code="./model.py",
|
28 |
+
vad_model="fa-zh",
|
29 |
punc_model="ct-punc",
|
30 |
vad_kwargs={"max_single_segment_time": 15000},
|
31 |
ncpu=torch.get_num_threads(),
|