From 04addbf533979dbab3a63befd9bcedfe1cc24b04 Mon Sep 17 00:00:00 2001 From: zhifu gao <zhifu.gzf@alibaba-inc.com> Date: 星期一, 12 六月 2023 15:37:36 +0800 Subject: [PATCH] h5 (#617) --- funasr/runtime/html5/readme.md | 2 +- funasr/runtime/html5/static/index.html | 2 +- funasr/runtime/html5/readme_cn.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/funasr/runtime/html5/readme.md b/funasr/runtime/html5/readme.md index 930aa88..1e9031e 100644 --- a/funasr/runtime/html5/readme.md +++ b/funasr/runtime/html5/readme.md @@ -41,7 +41,7 @@ `Tips:` asr service and html5 service should be deployed on the same device. ```shell cd ../python/websocket -python wss_srv_asr.py --port 1095 +python wss_srv_asr.py --port 10095 ``` diff --git a/funasr/runtime/html5/readme_cn.md b/funasr/runtime/html5/readme_cn.md index 73bf1b0..b859387 100644 --- a/funasr/runtime/html5/readme_cn.md +++ b/funasr/runtime/html5/readme_cn.md @@ -49,7 +49,7 @@ #### wss鏂瑰紡 ```shell cd ../python/websocket -python wss_srv_asr.py --port 1095 +python wss_srv_asr.py --port 10095 ``` ### 娴忚鍣ㄦ墦寮�鍦板潃 diff --git a/funasr/runtime/html5/static/index.html b/funasr/runtime/html5/static/index.html index b99a140..3cd8dad 100644 --- a/funasr/runtime/html5/static/index.html +++ b/funasr/runtime/html5/static/index.html @@ -19,7 +19,7 @@ <div class="div_class_recordControl"> asr鏈嶅姟鍣ㄥ湴鍧�(蹇呭~): <br> - <input id="wssip" type="text" style=" width: 100%;height:100%" value="wss://127.0.0.1:1095/"/> + <input id="wssip" type="text" style=" width: 100%;height:100%" value="wss://127.0.0.1:10095/"/> <br> <br> <div style="border:2px solid #ccc;"> -- Gitblit v1.9.1