freddyaboulton HF staff commited on
Commit
1f75936
·
verified ·
1 Parent(s): 31e854a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -118,7 +118,8 @@ stream = Stream(
118
  additional_outputs=[chatbot],
119
  additional_outputs_handler=update_chatbot,
120
  rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
121
- concurrency_limit=20 if get_space() else None,
 
122
  )
123
 
124
  app = FastAPI()
 
118
  additional_outputs=[chatbot],
119
  additional_outputs_handler=update_chatbot,
120
  rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
121
+ concurrency_limit=5 if get_space() else None,
122
+ time_limit=90 if get_space() else None,
123
  )
124
 
125
  app = FastAPI()