From 2f9685797b0c8a420574c2a459c242f90efdf3ee Mon Sep 17 00:00:00 2001 From: aky15 <ankeyuthu@gmail.com> Date: 星期三, 24 五月 2023 14:04:54 +0800 Subject: [PATCH] support resume model from pai (#544) --- funasr/runtime/html5/static/index.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/funasr/runtime/html5/static/index.html b/funasr/runtime/html5/static/index.html index c0aae05..3bc0fc8 100644 --- a/funasr/runtime/html5/static/index.html +++ b/funasr/runtime/html5/static/index.html @@ -13,13 +13,13 @@ - <h1>FunAsr H5 Demo</h1> + <h1>FunASR Demo</h1> <div class="div_class_topArea"> - + <div class="div_class_recordControl"> asr鏈嶅姟鍣ㄥ湴鍧�(蹇呭~): <br> - <input id="wssip" type="text" style=" width: 100%;height:100%" value="wss://127.0.0.1:5921/"/> + <input id="wssip" type="text" style=" width: 100%;height:100%" value="wss://127.0.0.1:1095/"/> <br> <br> 璇煶璇嗗埆缁撴灉鏄剧ず锛� -- Gitblit v1.9.1