Luigi commited on
Commit
9674f50
·
1 Parent(s): 1d28d11

switch to https for hf

Browse files
Files changed (1) hide show
  1. app/static/index.html +1 -1
app/static/index.html CHANGED
@@ -84,7 +84,7 @@
84
  <script>
85
  let orig_sample_rate;
86
  console.log("[DEBUG client] Attempting to open WebSocket to ws://" + location.host + "/ws");
87
- const ws = new WebSocket("ws://" + location.host + "/ws");
88
 
89
  const vol = document.getElementById("vol");
90
  const partial = document.getElementById("partial");
 
84
  <script>
85
  let orig_sample_rate;
86
  console.log("[DEBUG client] Attempting to open WebSocket to ws://" + location.host + "/ws");
87
+ const ws = new WebSocket("wss://" + location.host + "/ws");
88
 
89
  const vol = document.getElementById("vol");
90
  const partial = document.getElementById("partial");