Update app.py
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ with gr.Blocks() as demo:
|
|
238 |
modality="audio",
|
239 |
mode="send",
|
240 |
variant="textbox",
|
241 |
-
rtc_configuration=
|
242 |
server_rtc_configuration=get_hf_turn_credentials(ttl=3_600 * 24 * 30),
|
243 |
)
|
244 |
with gr.Row():
|
|
|
238 |
modality="audio",
|
239 |
mode="send",
|
240 |
variant="textbox",
|
241 |
+
rtc_configuration=get_hf_turn_credentials_async,
|
242 |
server_rtc_configuration=get_hf_turn_credentials(ttl=3_600 * 24 * 30),
|
243 |
)
|
244 |
with gr.Row():
|