TaiYouWeb commited on
Commit
23803ff
·
verified ·
1 Parent(s): 14b80ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="{"max_single_segment_time": 30000}",
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",