nyanko7 commited on
Commit
962c36e
·
1 Parent(s): 8ed4c0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,5 +149,5 @@ with gr.Blocks() as demo:
149
  gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery", height="4096")
150
  btn.click(niji_api, text, gallery)
151
 
152
- demo.queue(concurrency_count=3)
153
  demo.launch(debug=True)
 
149
  gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery", height="4096")
150
  btn.click(niji_api, text, gallery)
151
 
152
+ demo.queue(concurrency_count=2)
153
  demo.launch(debug=True)