Spaces:
Running
Running
switch to https for hf
Browse files- 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("
|
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");
|