AldarisX
2025-04-07 d43d0853dcf3a1db04302c7b527e92ace3ccfb55
examples/industrial_data_pretraining/paraformer/README.md
@@ -130,7 +130,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)
```