Update SDK_tutorial_cn.md

This commit is contained in:
zhifu gao 2023-06-30 11:56:18 +08:00 committed by GitHub
parent 8725572941
commit 2da3c79d22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ FunASR提供可便捷本地或者云端服务器部署的离线文件转写服
```shell
curl -O https://raw.githubusercontent.com/alibaba-damo-academy/FunASR/main/funasr/runtime/funasr-runtime-deploy.sh; sudo bash funasr-runtime-deploy.sh install
# 由于网络问题,中国大陆用户,可以用个下面的命令:
# 如遇到网络问题,中国大陆用户,可以用个下面的命令:
# curl -O https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/shell/funasr-runtime-deploy.sh; sudo bash funasr-runtime-deploy.sh install
```