mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
fix model name bug (#1934)
This commit is contained in:
parent
85c1675e7c
commit
89b0f92fde
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user