brestok commited on
Commit
64fd065
·
verified ·
1 Parent(s): 98dceee

Update static/js/voice.js

Browse files
Files changed (1) hide show
  1. 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(`ws://127.0.0.1:8000/ws/${uuid}`);
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
  };