Changed name
Browse files
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,
|
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
|