志浩
2023-06-15 6a59f94278b4d05f5b7715b11b6dd0bfffc28cce
funasr/runtime/html5/static/index.html
@@ -19,8 +19,15 @@
         <div class="div_class_recordControl">
            asr服务器地址(必填):
            <br>
            <input id="wssip" type="text" style=" width: 100%;height:100%" value="wss://127.0.0.1:1095/"/>
            <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>