freddyaboulton HF staff commited on
Commit
86cd920
·
verified ·
1 Parent(s): 2962d8e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -84,7 +84,8 @@ stream = Stream(
84
  additional_inputs=[chatbot],
85
  additional_outputs=[chatbot],
86
  rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
87
- concurrency_limit=20 if get_space() else None,
 
88
  )
89
 
90
 
 
84
  additional_inputs=[chatbot],
85
  additional_outputs=[chatbot],
86
  rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
87
+ concurrency_limit=5 if get_space() else None,
88
+ time_limit=90 if get_space() else None,
89
  )
90
 
91