Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files
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()
|