mrolando commited on
Commit
d778c10
1 Parent(s): 6a1d099
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,5 +86,5 @@ with gr.Blocks() as demo:
86
  inputs=[prompt, check],
87
  outputs=[output],
88
  ) # steps,guidance,width,height]
89
- demo.queue(concurrency_count=2)
90
  demo.launch(debug=True)
 
86
  inputs=[prompt, check],
87
  outputs=[output],
88
  ) # steps,guidance,width,height]
89
+ demo.queue(concurrency_count=4)
90
  demo.launch(debug=True)