freddyaboulton HF staff commited on
Commit
4ac5c78
·
verified ·
1 Parent(s): 109ac73

Upload folder using huggingface_hub

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