From 2c9e9a69dba5481824f8ce89abe554fd0079b29a Mon Sep 17 00:00:00 2001 From: zhaomingwork <61895407+zhaomingwork@users.noreply.github.com> Date: 星期四, 25 五月 2023 19:30:26 +0800 Subject: [PATCH] add 2pass online offline select for ws html5 (#557) --- funasr/runtime/html5/static/index.html | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/funasr/runtime/html5/static/index.html b/funasr/runtime/html5/static/index.html index 3bc0fc8..b99a140 100644 --- a/funasr/runtime/html5/static/index.html +++ b/funasr/runtime/html5/static/index.html @@ -22,6 +22,13 @@ <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