游雁
2023-05-24 9dfd39f40f94df0076d67b7d081c06eea5ed5dc0
docs
2个文件已修改
2 ■■■■■ 已修改文件
funasr/runtime/html5/readme.md 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/html5/readme_cn.md 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/html5/readme.md
@@ -32,6 +32,7 @@
```
`e.g.`
```shell
cd funasr/runtime/html5
python h5Server.py --host 0.0.0.0 --port 1337 
```
### asr service
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
```