Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -84,7 +84,8 @@ stream = Stream(
|
|
84 |
additional_inputs=[chatbot],
|
85 |
additional_outputs=[chatbot],
|
86 |
rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
|
87 |
-
concurrency_limit=
|
|
|
88 |
)
|
89 |
|
90 |
|
|
|
84 |
additional_inputs=[chatbot],
|
85 |
additional_outputs=[chatbot],
|
86 |
rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
|
87 |
+
concurrency_limit=5 if get_space() else None,
|
88 |
+
time_limit=90 if get_space() else None,
|
89 |
)
|
90 |
|
91 |
|