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