Add non-streaming websocket server for python (#259)
This commit is contained in:
@@ -32,9 +32,9 @@
|
||||
<button class="btn btn-block btn-primary" type="button" id="connect">Click me to connect</button>
|
||||
</div>
|
||||
<span class="input-group-text" id="ws-protocol">ws://</span>
|
||||
<input type="text" id="server-ip" class="form-control" placeholder="Sherpa server IP, e.g., localhost" aria-label="sherpa server IP">
|
||||
<input type="text" id="server-ip" class="form-control" placeholder="Sherpa-onnx server IP, e.g., localhost" aria-label="sherpa-onnx server IP">
|
||||
<span class="input-group-text">:</span>
|
||||
<input type="text" id="server-port" class="form-control" placeholder="Sherpa server port, e.g., 6006" aria-label="sherpa server port">
|
||||
<input type="text" id="server-port" class="form-control" placeholder="Sherpa-onnx server port, e.g., 6006" aria-label="sherpa-onnx server port">
|
||||
</div>
|
||||
|
||||
<form>
|
||||
|
||||
Reference in New Issue
Block a user