Ver Fonte

Merge branch 'main' of github.com:alibaba-damo-academy/FunASR
add

游雁 há 2 anos atrás
pai
commit
fb180cc86c
1 ficheiros alterados com 3 adições e 4 exclusões
  1. 3 4
      funasr/runtime/html5/readme_zh.md

+ 3 - 4
funasr/runtime/html5/readme_zh.md

@@ -17,7 +17,7 @@
 
 
 - python版本
 - python版本
   
   
-  直接部署python pipeline,支持流式实时语音识别模型,离线语音识别模型,流式离线一体化纠错模型,输出标点文字。单个server,支持单个client。
+  直接部署python pipeline,支持流式实时语音识别模型,离线语音识别模型,流式离线一体化纠错模型,输出标点文字。单个server,支持单个client。
 
 
 - c++版本
 - c++版本
   
   
@@ -55,10 +55,9 @@ h5Server.py [-h] [--host HOST] [--port PORT] [--certfile CERTFILE] [--keyfile KE
 ```shell
 ```shell
 cd funasr/runtime/html5
 cd funasr/runtime/html5
 python h5Server.py --host 0.0.0.0 --port 1337
 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++ 版本服务启动
 ### c++ 版本服务启动
 
 
@@ -91,4 +90,4 @@ https://127.0.0.1:1337/static/index.html
 
 
 ## Acknowledge
 ## Acknowledge
 1. This project is maintained by [FunASR community](https://github.com/alibaba-damo-academy/FunASR).
 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.