Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ stream = Stream(
|
|
44 |
mode="send-receive",
|
45 |
additional_inputs=[gr.Slider(minimum=0, maximum=1, step=0.01, value=0.3)],
|
46 |
rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
|
47 |
-
concurrency_limit=
|
48 |
)
|
49 |
|
50 |
app = FastAPI()
|
|
|
44 |
mode="send-receive",
|
45 |
additional_inputs=[gr.Slider(minimum=0, maximum=1, step=0.01, value=0.3)],
|
46 |
rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
|
47 |
+
concurrency_limit=2 if get_space() else None,
|
48 |
)
|
49 |
|
50 |
app = FastAPI()
|