游雁
2023-07-14 fb180cc86cbbc32054aa9aecc82a09be23ae06b1
Merge branch 'main' of github.com:alibaba-damo-academy/FunASR
add
1个文件已修改
7 ■■■■■ 已修改文件
funasr/runtime/html5/readme_zh.md 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/html5/readme_zh.md
@@ -17,7 +17,7 @@
- python版本
  
  直接部署python pipeline,支持流式实时语音识别模型,离线语音识别模型,流式离线一体化纠错模型,输出待标点文字。单个server,支持单个client。
  直接部署python pipeline,支持流式实时语音识别模型,离线语音识别模型,流式离线一体化纠错模型,输出带标点文字。单个server,支持单个client。
- c++版本
  
@@ -55,10 +55,9 @@
```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
```
启动后,在浏览器中输入(https://127.0.0.1:1337/static/index.html)即可访问
启动后,在浏览器中输入([https://127.0.0.1:1337/static/index.html](https://127.0.0.1:1337/static/index.html))即可访问
### c++ 版本服务启动
@@ -91,4 +90,4 @@
## Acknowledge
1. This project is maintained by [FunASR community](https://github.com/alibaba-damo-academy/FunASR).
2. We acknowledge [AiHealthx](http://www.aihealthx.com/) for contributing the html5 demo.
2. We acknowledge [AiHealthx](http://www.aihealthx.com/) for contributing the html5 demo.