From 0270f62addd6ea7f6141584e2782c6cd751ce1fd Mon Sep 17 00:00:00 2001 From: haoneng.lhn <haoneng.lhn@alibaba-inc.com> Date: 星期三, 02 八月 2023 10:50:23 +0800 Subject: [PATCH] fix uniasr finetune bug --- funasr/runtime/html5/readme.md | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/html5/readme.md b/funasr/runtime/html5/readme.md index 0c1eba0..e46ab92 100644 --- a/funasr/runtime/html5/readme.md +++ b/funasr/runtime/html5/readme.md @@ -1,3 +1,5 @@ +([绠�浣撲腑鏂嘳(./readme_zh.md)|English) + # Html5 server for asr service ## Requirement @@ -41,7 +43,7 @@ `Tips:` asr service and html5 service should be deployed on the same device. ```shell cd ../python/websocket -python wss_srv_asr.py --port 10095 +python funasr_wss_server.py --port 10095 ``` -- Gitblit v1.9.1