nikkar commited on
Commit
96c61cf
1 Parent(s): 2aba93c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,4 +119,4 @@ app = gr.Interface(
119
  allow_flagging=False,
120
 
121
  )
122
- app.queue(max_size=20, concurrency_count=2).launch(debug=True)
 
119
  allow_flagging=False,
120
 
121
  )
122
+ app.queue(max_size=20, concurrency_count=1).launch(debug=True)