Update readme_zh.md

This commit is contained in:
zhifu gao 2023-07-14 13:03:12 +08:00 committed by GitHub
parent 7314f0795c
commit 07be725277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
- python版本
直接部署python pipeline支持流式实时语音识别模型离线语音识别模型流式离线一体化纠错模型输出标点文字。单个server支持单个client。
直接部署python pipeline支持流式实时语音识别模型离线语音识别模型流式离线一体化纠错模型输出标点文字。单个server支持单个client。
- c++版本
@ -55,10 +55,9 @@ h5Server.py [-h] [--host HOST] [--port PORT] [--certfile CERTFILE] [--keyfile KE
```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 @@ https://127.0.0.1:1337/static/index.html
## 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.