Saiyaswanth007 commited on
Commit
97b8d88
·
1 Parent(s): 4641c1c

Render url update

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
ui.py CHANGED
@@ -4,7 +4,7 @@ from shared import DEFAULT_CHANGE_THRESHOLD, DEFAULT_MAX_SPEAKERS, ABSOLUTE_MAX_
4
 
5
  # Connection configuration (separate signaling server from model server)
6
  # These will be replaced at deployment time with the correct URLs
7
- RENDER_SIGNALING_URL = "wss://your-render-app.onrender.com/stream"
8
  HF_SPACE_URL = "https://androidguy-speaker-diarization.hf.space"
9
 
10
  def build_ui():
 
4
 
5
  # Connection configuration (separate signaling server from model server)
6
  # These will be replaced at deployment time with the correct URLs
7
+ RENDER_SIGNALING_URL = "wss://render-signal-audio.onrender.com/stream"
8
  HF_SPACE_URL = "https://androidguy-speaker-diarization.hf.space"
9
 
10
  def build_ui():