freddyaboulton HF Staff commited on
Commit
e4acf9e
·
verified ·
1 Parent(s): 9076931

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -55,6 +55,7 @@ class QwenOmniHandler(AsyncStreamHandler):
55
  """Connect to realtime API. Run forever in separate thread to keep connection open."""
56
  await self.wait_for_args()
57
  voice_id = self.latest_args[1] or "Serena"
 
58
  async with connect(
59
  API_URL,
60
  additional_headers=headers,
 
55
  """Connect to realtime API. Run forever in separate thread to keep connection open."""
56
  await self.wait_for_args()
57
  voice_id = self.latest_args[1] or "Serena"
58
+ print("voice_id", voice_id)
59
  async with connect(
60
  API_URL,
61
  additional_headers=headers,