Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -46,7 +46,8 @@ stream = Stream(
|
|
46 |
],
|
47 |
additional_outputs_handler=lambda a, b: a + " " + b,
|
48 |
rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
|
49 |
-
concurrency_limit=
|
|
|
50 |
)
|
51 |
|
52 |
app = FastAPI()
|
|
|
46 |
],
|
47 |
additional_outputs_handler=lambda a, b: a + " " + b,
|
48 |
rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
|
49 |
+
concurrency_limit=5 if get_space() else None,
|
50 |
+
time_limit=90 if get_space() else None,
|
51 |
)
|
52 |
|
53 |
app = FastAPI()
|