gaochangfeng
2024-04-12 3260fb879b0d95c36656f8a19807bf349605257a
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)
```