From 5589b4a6177a0ca6836c304a152befe87f0ddd96 Mon Sep 17 00:00:00 2001
From: haoneng.lhn <haoneng.lhn@alibaba-inc.com>
Date: 星期五, 14 四月 2023 11:47:28 +0800
Subject: [PATCH] support wav_file input

---
 README.md |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index 8bd5ff9..88ca7c0 100644
--- a/README.md
+++ b/README.md
@@ -30,10 +30,17 @@
 ## Installation
 
 ``` sh
-pip install -U modelscope
 git clone https://github.com/alibaba/FunASR.git && cd FunASR
 pip install -e ./
 ```
+If you want to use the pretrained models in ModelScope, you should install the modelscope:
+
+```shell
+pip install -U modelscope
+# For the users in China, you could install with
+# pip install -U modelscope -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
+```
+
 For more details, please ref to [installation](https://github.com/alibaba-damo-academy/FunASR/wiki)
 
 ## Usage

--
Gitblit v1.9.1