Wu Can
2024-10-21 757d20b3e89401fc25817fb3de74c54dc9c6939f
Fix typo (#2158)

* doc: Correct html5 download path error

* docs: fix typo

---------

Co-authored-by: wucan <awesomecancanz@gmail.com>
Co-authored-by: WuCan <wucan@haocang.com>
2个文件已修改
12 ■■■■ 已修改文件
runtime/html5/readme.md 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
runtime/html5/readme_zh.md 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
runtime/html5/readme.md
@@ -43,7 +43,7 @@
python funasr_wss_server.py --port 10095
```
For detailed parameter configuration and analysis, please click [here](https://github.com/alibaba-damo-academy/FunASR/tree/main/funasr/runtime/python/websocket).
For detailed parameter configuration and analysis, please click [here](https://github.com/alibaba-damo-academy/FunASR/tree/main/runtime/python/websocket).
#### Html5 Service (Optional)
@@ -69,13 +69,13 @@
curl -O https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/shell/funasr-runtime-deploy-offline-cpu-zh.sh;
sudo bash funasr-runtime-deploy-offline-cpu-zh.sh install --workspace /root/funasr-runtime-resources
```
For detailed parameter configuration and analysis, please click [here](https://github.com/alibaba-damo-academy/FunASR/blob/main/funasr/runtime/docs/SDK_tutorial_zh.md).
For detailed parameter configuration and analysis, please click [here](https://github.com/alibaba-damo-academy/FunASR/blob/main/runtime/docs/SDK_tutorial_zh.md).
## Client Testing
### Method 1
Directly connect to the html client, manually download the client ([click here](https://github.com/alibaba-damo-academy/FunASR/tree/main/funasr/runtime/html5/static)) to the local computer, and open the index.html webpage, enter the wss address and port number to use.
Directly connect to the html client, manually download the client ([click here](https://github.com/alibaba-damo-academy/FunASR/tree/main/runtime/html5/static)) to the local computer, and open the index.html webpage, enter the wss address and port number to use.
### Method 2
runtime/html5/readme_zh.md
@@ -43,7 +43,7 @@
python funasr_wss_server.py --port 10095
```
详细参数配置与解析([点击此处](https://github.com/alibaba-damo-academy/FunASR/tree/main/funasr/runtime/python/websocket))
详细参数配置与解析([点击此处](https://github.com/modelscope/FunASR/tree/main/runtime/python/websocket))
#### html5服务(可选)
@@ -67,14 +67,14 @@
curl -O https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/shell/funasr-runtime-deploy-offline-cpu-zh.sh;
sudo bash funasr-runtime-deploy-offline-cpu-zh.sh install --workspace /root/funasr-runtime-resources
```
详细参数配置与解析([点击此处](https://github.com/alibaba-damo-academy/FunASR/blob/main/funasr/runtime/docs/SDK_tutorial_zh.md))
详细参数配置与解析([点击此处](https://github.com/alibaba-damo-academy/FunASR/blob/main/runtime/docs/SDK_tutorial_zh.md))
## 客户端测试
### 方式一
html客户端直连,手动下载客户端([点击此处](https://github.com/alibaba-damo-academy/FunASR/tree/main/funasr/runtime/html5/static))至本地,打开`index.html`网页,输入wss地址与端口号即可使用
html客户端直连,手动下载客户端([点击此处](https://github.com/alibaba-damo-academy/FunASR/tree/main/runtime/html5/static))至本地,打开`index.html`网页,输入wss地址与端口号即可使用
### 方式二