彭震东
2024-05-30 a64b7d8d8aeb2bb543ca703045a45f42470e9a63
docs/tutorial/README_zh.md
@@ -131,7 +131,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)
```