freddyaboulton HF Staff commited on
Commit
7cb8f0f
·
verified ·
1 Parent(s): 5cc1cf7

Upload folder using huggingface_hub

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