Wu Can
2024-07-24 d916542e3442f788138c233d392b04ab98af1c62
doc: Correct html5 download path error (#1953)

Co-authored-by: wucan <awesomecancanz@gmail.com>
2个文件已修改
4 ■■■■ 已修改文件
runtime/html5/readme.md 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
runtime/html5/readme_zh.md 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
runtime/html5/readme.md
@@ -5,7 +5,7 @@
The server deployment uses the websocket protocol. The client can support html5 webpage access and microphone input or file input. There are two ways to access the service:
- 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 to enter the wss address and port number.
  Directly connect to the html client, manually download the client ([click here](https://github.com/modelscope/FunASR/tree/main/runtime/html5/static)) to the local computer, and open the index.html webpage to enter the wss address and port number.
- Method 2: 
runtime/html5/readme_zh.md
@@ -5,7 +5,7 @@
服务端部署采用websocket协议,客户端可以支持html5网页访问,支持麦克风输入与文件输入,可以通过如下2种方式访问:
- 方式一:
   html客户端直连,手动下载客户端([点击此处](https://github.com/alibaba-damo-academy/FunASR/tree/main/funasr/runtime/html5/static))至本地,打开`index.html`网页,输入wss地址与端口号
   html客户端直连,手动下载客户端([点击此处](https://github.com/modelscope/FunASR/tree/main/runtime/html5/static))至本地,打开`index.html`网页,输入wss地址与端口号
- 方式二: