diff --git a/dist/index.html b/dist/index.html index e7fc309..8174a89 100644 --- a/dist/index.html +++ b/dist/index.html @@ -271,7 +271,7 @@ async function transcribe(blob) { return new Promise((resolve) => { try { - const ws = new WebSocket('wss://proxy.kube5s.ru/ws'); + const ws = new WebSocket('wss://lang.kube5s.ru/ws'); const timeout = setTimeout(() => { console.log('[WS] timeout'); ws.close(); resolve({ text: '', error: 'timeout' }); }, 60000); @@ -803,7 +803,7 @@ async function doCompare(blob, originalText, duration) {