Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -126,7 +126,8 @@ stream = Stream(
|
|
126 |
mode="send-receive",
|
127 |
handler=GeminiHandler(),
|
128 |
rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
|
129 |
-
concurrency_limit=
|
|
|
130 |
additional_inputs=[
|
131 |
gr.Textbox(
|
132 |
label="API Key",
|
|
|
126 |
mode="send-receive",
|
127 |
handler=GeminiHandler(),
|
128 |
rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
|
129 |
+
concurrency_limit=5 if get_space() else None,
|
130 |
+
time_limit=90 if get_space() else None,
|
131 |
additional_inputs=[
|
132 |
gr.Textbox(
|
133 |
label="API Key",
|