fix model name bug (#1934)

This commit is contained in:
kaixindelele 2024-07-22 09:44:03 +08:00 committed by GitHub
parent 85c1675e7c
commit 89b0f92fde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
from funasr import AutoModel
model = AutoModel(model="Qwen-Audio-Chat")
model = AutoModel(model="Qwen/Qwen-Audio-Chat")
audio_in = "https://github.com/QwenLM/Qwen-Audio/raw/main/assets/audio/1272-128104-0000.flac"