mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
Update readme_zh.md
This commit is contained in:
parent
7314f0795c
commit
07be725277
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user