Dorjzodovsuren commited on
Commit
7272385
·
verified ·
1 Parent(s): c57a6b1

Changed name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ stream = Stream(
80
  rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
81
  concurrency_limit=5 if get_space() else None,
82
  time_limit=90 if get_space() else None,
83
- ui_args={"title": "LLM Voice Chat (Powered by Groq, ElevenLabs, and WebRTC ⚡️)"},
84
  )
85
 
86
  # Mount the STREAM UI to the FastAPI app
 
80
  rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
81
  concurrency_limit=5 if get_space() else None,
82
  time_limit=90 if get_space() else None,
83
+ ui_args={"title": "LLM Instant Voice Chat (Powered by Groq, Kokoro, and WebRTC ⚡️)"},
84
  )
85
 
86
  # Mount the STREAM UI to the FastAPI app