Zhu Zekun

Results 3 comments of Zhu Zekun

asr-cmd.py第25行改成即可: text = inference_pipeline(input="%s/%s"%(dir,name))[0]["text"]

> > 我的版本 modelscope=1.10.0 funasr=0.8.7 > > 我尝试这个版本报错是funasr-pipeline is not in the pipelines registry group auto-speech-recognition 要使用正确版本的modelscope library 不用这个版本,你就用最新的就行,那一行改成我写的就行。

第25行改成即可: text = inference_pipeline(input="%s/%s"%(dir,name))[0]["text"]