zhifu gao
2023-06-12 04addbf533979dbab3a63befd9bcedfe1cc24b04
h5 (#617)

3个文件已修改
6 ■■■■ 已修改文件
funasr/runtime/html5/readme.md 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/html5/readme_cn.md 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/html5/static/index.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/html5/readme.md
@@ -41,7 +41,7 @@
`Tips:` asr service and html5 service should be deployed on the same device.
```shell
cd ../python/websocket
python wss_srv_asr.py --port 1095
python wss_srv_asr.py --port 10095
```
funasr/runtime/html5/readme_cn.md
@@ -49,7 +49,7 @@
#### wss方式
```shell
cd ../python/websocket
python wss_srv_asr.py --port 1095
python wss_srv_asr.py --port 10095
```
### 浏览器打开地址
funasr/runtime/html5/static/index.html
@@ -19,7 +19,7 @@
            <div class="div_class_recordControl">
                asr服务器地址(必填):
                <br>
                <input id="wssip" type="text" style=" width: 100%;height:100%" value="wss://127.0.0.1:1095/"/>
                <input id="wssip" type="text" style=" width: 100%;height:100%" value="wss://127.0.0.1:10095/"/>
                <br>
                <br>
                <div style="border:2px solid #ccc;">