mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
fix demo in egs_modelscope vad
This commit is contained in:
parent
267e2d09e6
commit
861f2f2605
@ -7,7 +7,7 @@ if __name__ == '__main__':
|
||||
inference_pipline = pipeline(
|
||||
task=Tasks.voice_activity_detection,
|
||||
model="damo/speech_fsmn_vad_zh-cn-8k-common",
|
||||
model_revision='v1.1.1',
|
||||
model_revision=None,
|
||||
output_dir='./output_dir',
|
||||
batch_size=1,
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user