doc: Correct html5 download path error (#1953)
Co-authored-by: wucan <awesomecancanz@gmail.com>
| | |
| | | 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:
|
| | |
|
| | |
| | | 服务端部署采用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地址与端口号
|
| | |
|
| | | - 方式二:
|
| | |
|