freddyaboulton HF Staff commited on
Commit
227e4d0
·
verified ·
1 Parent(s): e75dc4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ with gr.Blocks() as demo:
238
  modality="audio",
239
  mode="send",
240
  variant="textbox",
241
- rtc_configuration=get_hf_turn_credentials,
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():