freddyaboulton HF staff commited on
Commit
9633067
·
verified ·
1 Parent(s): 5c67dfe

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -83,6 +83,7 @@ stream = Stream(
83
  additional_outputs=[chatbot, state],
84
  additional_outputs_handler=lambda *a: (a[2], a[3]),
85
  concurrency_limit=20 if get_space() else None,
 
86
  )
87
 
88
  app = FastAPI()
 
83
  additional_outputs=[chatbot, state],
84
  additional_outputs_handler=lambda *a: (a[2], a[3]),
85
  concurrency_limit=20 if get_space() else None,
86
+ rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
87
  )
88
 
89
  app = FastAPI()