Spaces:
Sleeping
Sleeping
Commit
·
a7b6791
1
Parent(s):
e4956e9
every DEPCIATED
Browse files
ui.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from fastapi import FastAPI
|
3 |
from shared import DEFAULT_CHANGE_THRESHOLD, DEFAULT_MAX_SPEAKERS, ABSOLUTE_MAX_SPEAKERS
|
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"
|
|
|
1 |
import gradio as gr
|
2 |
from fastapi import FastAPI
|
3 |
from shared import DEFAULT_CHANGE_THRESHOLD, DEFAULT_MAX_SPEAKERS, ABSOLUTE_MAX_SPEAKERS
|
4 |
+
print(gr.__version__)
|
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"
|