Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -53,8 +53,7 @@ class QwenOmniHandler(AsyncStreamHandler):
|
|
53 |
self,
|
54 |
):
|
55 |
"""Connect to realtime API. Run forever in separate thread to keep connection open."""
|
56 |
-
|
57 |
-
voice_id = self.latest_args[1] or "Serena"
|
58 |
print("voice_id", voice_id)
|
59 |
async with connect(
|
60 |
API_URL,
|
|
|
53 |
self,
|
54 |
):
|
55 |
"""Connect to realtime API. Run forever in separate thread to keep connection open."""
|
56 |
+
voice_id = "Serena"
|
|
|
57 |
print("voice_id", voice_id)
|
58 |
async with connect(
|
59 |
API_URL,
|