游雁
2024-04-29 a883f2342aae400552b628bab973d8a30346a613
README_zh.md
@@ -151,7 +151,7 @@
model = AutoModel(model="fsmn-vad")
wav_file = f"{model.model_path}/example/asr_example.wav"
wav_file = f"{model.model_path}/example/vad_example.wav"
res = model.generate(input=wav_file)
print(res)
```