zhifu gao
2024-04-17 e8f80e96f99cb856423d030c7d055c302a6d3278
docs/tutorial/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)
```