AP123 commited on
Commit
3f6c8b1
β€’
1 Parent(s): 7663038

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,5 +65,5 @@ with gr.Blocks() as app:
65
  outputs=[output_img]
66
  )
67
 
68
- app.queue(concurrency_count=4, max_size=20, api_open=False)
69
  app.launch()
 
65
  outputs=[output_img]
66
  )
67
 
68
+ app.queue(max_size=20, api_open=False)
69
  app.launch()