From 29b9a0cf5e7deba14c145fe4e804136480da9c3d Mon Sep 17 00:00:00 2001
From: zhifu gao <zhifu.gzf@alibaba-inc.com>
Date: 星期日, 18 六月 2023 13:06:41 +0800
Subject: [PATCH] Update README.md

---
 funasr/runtime/html5/static/index.html |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/funasr/runtime/html5/static/index.html b/funasr/runtime/html5/static/index.html
index c0aae05..99aa9b4 100644
--- a/funasr/runtime/html5/static/index.html
+++ b/funasr/runtime/html5/static/index.html
@@ -13,14 +13,21 @@
 
 		 
 
-        <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:10095/"/>
 				<br>
+				<br>
+				<div style="border:2px solid #ccc;">
+				閫夋嫨asr妯″瀷妯″紡:<br/>
+      <label><input name="asr_mode" type="radio" value="2pass" checked="true"/>2pass </label>&nbsp;&nbsp;
+      <label><input name="asr_mode" type="radio" value="online" />online </label>&nbsp;&nbsp;
+      <label><input name="asr_mode" type="radio" value="offline" />offline </label> 
+				</div>
 				<br>
 				璇煶璇嗗埆缁撴灉鏄剧ず锛�
 				<br>
@@ -29,6 +36,7 @@
 				<br>
                 <div id="info_div">璇风偣鍑诲紑濮�</div>
 				<div class="div_class_buttons">
+					<button id="btnConnect">杩炴帴</button>
 					<button id="btnStart">寮�濮�</button>
 					<button id="btnStop">鍋滄</button>
  

--
Gitblit v1.9.1