From c394e04c50b82323fc7de15bb94b1666b747600d Mon Sep 17 00:00:00 2001
From: jmwang66 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期一, 26 十二月 2022 18:01:36 +0800
Subject: [PATCH] update github.io page
---
funasr/bin/modelscope_infer.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/funasr/bin/modelscope_infer.py b/funasr/bin/modelscope_infer.py
index 74c2fb7..3be6d03 100755
--- a/funasr/bin/modelscope_infer.py
+++ b/funasr/bin/modelscope_infer.py
@@ -17,7 +17,7 @@
help="model name in modelscope")
parser.add_argument("--model_revision",
type=str,
- default="v1.0.3",
+ default="v1.0.4",
help="model revision in modelscope")
parser.add_argument("--local_model_path",
type=str,
--
Gitblit v1.9.1