akhaliq HF staff commited on
Commit
784bcf7
·
verified ·
1 Parent(s): 97728fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -155,7 +155,8 @@ class GeminiVoiceChat:
155
  GeminiHandler(),
156
  inputs=[webrtc],
157
  outputs=[webrtc],
158
- time_limit=90
 
159
  )
160
  return demo
161
 
 
155
  GeminiHandler(),
156
  inputs=[webrtc],
157
  outputs=[webrtc],
158
+ time_limit=90,
159
+ concurrency_limit=10
160
  )
161
  return demo
162