modelscope-funasr这个报错怎么解决?from funasr import AutoModel
model = AutoModel(model="fsmn-vad")
wav_file = f"{model.model_path}/example/asr_example.wav"
res = model.generate(input=wav_file)
print(res)
这个报错,是wav文件不存在的意思, wav_file = f"{model.model_path}/example/vad_example.wav" 此回答整理自钉群“modelscope-funasr社区交流”