nyanko7 commited on
Commit
108a5ec
·
1 Parent(s): 75ad521

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -134,4 +134,5 @@ with gr.Blocks() as demo:
134
  gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery", height="4096")
135
  btn.click(niji_api, text, gallery)
136
 
137
- demo.launch(debug=True, enable_queue=True)
 
 
134
  gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery", height="4096")
135
  btn.click(niji_api, text, gallery)
136
 
137
+ demo.queue(concurrency_count=3)
138
+ demo.launch(debug=True)