嘉渊
2023-07-21 e79c9a801e7e7458ce6894fa85178fa974dfd18b
funasr/runtime/html5/readme_cn.md
@@ -38,6 +38,7 @@
```
例子如下,需要注意ip地址,如果从其他设备访问需求(例如手机端),需要将ip地址设为真实ip 
```shell
cd funasr/runtime/html5
python h5Server.py --host 0.0.0.0 --port 1337
# python h5Server.py --host 30.220.136.139 --port 1337
```
@@ -48,7 +49,7 @@
#### wss方式
```shell
cd ../python/websocket
python ws_server_online.py --port 1095
python funasr_wss_server.py --port 10095
```
### 浏览器打开地址