remove concurrency count

#1
by multimodalart HF staff - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks() as app:
101
  outputs=[result_image]
102
  )
103
 
104
- app.queue(concurrency_count=4, max_size=20)
105
 
106
  if __name__ == "__main__":
107
  app.launch(debug=True)
 
101
  outputs=[result_image]
102
  )
103
 
104
+ app.queue(max_size=20)
105
 
106
  if __name__ == "__main__":
107
  app.launch(debug=True)