Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ client = Client("TaiYouWeb/funasr-svsmall-cpu")
|
|
90 |
result = client.predict(
|
91 |
file_path=handle_file('https://github.com/gradio-app/gradio/raw/main/test/test_files/audio_sample.wav'),
|
92 |
vad_model="fsmn-vad",
|
93 |
-
vad_kwargs="{
|
94 |
ncpu=4,
|
95 |
batch_size=1,
|
96 |
language="auto",
|
|
|
90 |
result = client.predict(
|
91 |
file_path=handle_file('https://github.com/gradio-app/gradio/raw/main/test/test_files/audio_sample.wav'),
|
92 |
vad_model="fsmn-vad",
|
93 |
+
vad_kwargs="{'max_single_segment_time': 30000}",
|
94 |
ncpu=4,
|
95 |
batch_size=1,
|
96 |
language="auto",
|