From 4ce2e2d76c66ddecd6903f4ffce98eaba675c685 Mon Sep 17 00:00:00 2001 From: hnluo <haoneng.lhn@alibaba-inc.com> Date: 星期三, 31 五月 2023 18:42:38 +0800 Subject: [PATCH] Merge pull request #571 from alibaba-damo-academy/dev_lhn --- funasr/runtime/html5/static/index.html | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/funasr/runtime/html5/static/index.html b/funasr/runtime/html5/static/index.html index c0aae05..b99a140 100644 --- a/funasr/runtime/html5/static/index.html +++ b/funasr/runtime/html5/static/index.html @@ -13,15 +13,22 @@ - <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> + <div style="border:2px solid #ccc;"> + 閫夋嫨asr妯″瀷妯″紡:<br/> + <label><input name="asr_mode" type="radio" value="2pass" checked="true"/>2pass </label> + <label><input name="asr_mode" type="radio" value="online" />online </label> + <label><input name="asr_mode" type="radio" value="offline" />offline </label> + </div> + <br> 璇煶璇嗗埆缁撴灉鏄剧ず锛� <br> -- Gitblit v1.9.1