freddyaboulton HF staff commited on
Commit
5e00de6
·
verified ·
1 Parent(s): 7ca6d41

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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=20 if get_space() else None,
 
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",