From b091109fb31cdda0ae0770d36bd276bc61f19685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E5=BF=B5?= Date: Wed, 3 Jul 2024 13:48:18 +0800 Subject: [PATCH] update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 517a64e..af520dd 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,8 @@ from modelscope.utils.constant import Tasks inference_pipeline = pipeline( task=Tasks.auto_speech_recognition, - model='iic/SenseVoiceSmall') + model='iic/SenseVoiceSmall', + model_revision="master") rec_result = inference_pipeline('https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/test_audio/asr_example_zh.wav') print(rec_result)