multimodalart HF Staff commited on
Commit
6e67c38
·
verified ·
1 Parent(s): e77168b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -369,7 +369,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Self-Forcing FastRTC Demo") as dem
369
  mode="receive", # Server sends video to client
370
  height=480,
371
  width=832,
372
- rtc_configuration=get_cloudflare_turn_credentials(token=os.environ.get('HF_TOKEN')),
373
  elem_id="video_stream"
374
  )
375
 
 
369
  mode="receive", # Server sends video to client
370
  height=480,
371
  width=832,
372
+ rtc_configuration=get_cloudflare_turn_credentials(),
373
  elem_id="video_stream"
374
  )
375