zhifu gao
2024-04-28 b7ae3d52681ef4f5611b059762788af7d6a37190
README.md
@@ -155,7 +155,7 @@
from funasr import AutoModel
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)
```