freddyaboulton HF staff commited on
Commit
a8c024c
·
verified ·
1 Parent(s): eef21c9

Upload folder using huggingface_hub

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