Spaces:
Sleeping
Sleeping
Update static/js/voice.js
Browse files- static/js/voice.js +1 -1
static/js/voice.js
CHANGED
@@ -17,7 +17,7 @@ function stopLoading() {
|
|
17 |
function startCall() {
|
18 |
const uuid = generateUUID()
|
19 |
messageHistory.innerHTML = ``
|
20 |
-
socket = new WebSocket(`
|
21 |
socket.onopen = () => {
|
22 |
startRecording()
|
23 |
};
|
|
|
17 |
function startCall() {
|
18 |
const uuid = generateUUID()
|
19 |
messageHistory.innerHTML = ``
|
20 |
+
socket = new WebSocket(`wss://brestok-poke-bowl-ai.hf.space/ws/${uuid}`);
|
21 |
socket.onopen = () => {
|
22 |
startRecording()
|
23 |
};
|