fix model id

This commit is contained in:
pengzhendong
2025-12-15 17:52:57 +08:00
parent 3103147a74
commit cae3c045cf
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ from funasr import AutoModel
def main():
model_dir = "FunAudioLLM/fun-asr-nano"
model_dir = "FunAudioLLM/Fun-ASR-Nano-2512"
model = AutoModel(
model=model_dir,
trust_remote_code=True,