diff --git a/funasr/runtime/html5/readme.md b/funasr/runtime/html5/readme.md index 930aa885e..1e9031eec 100644 --- a/funasr/runtime/html5/readme.md +++ b/funasr/runtime/html5/readme.md @@ -41,7 +41,7 @@ python h5Server.py --host 0.0.0.0 --port 1337 `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 73bf1b074..b85938739 100644 --- a/funasr/runtime/html5/readme_cn.md +++ b/funasr/runtime/html5/readme_cn.md @@ -49,7 +49,7 @@ python h5Server.py --host 0.0.0.0 --port 1337 #### 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 b99a140fb..3cd8dade0 100644 --- a/funasr/runtime/html5/static/index.html +++ b/funasr/runtime/html5/static/index.html @@ -19,7 +19,7 @@