drizzlezyk commited on
Commit
470a2c2
1 Parent(s): c412499

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -116,5 +116,5 @@ with gr.Blocks(css=css) as demo:
116
  generate_button.click(deliver_request,
117
  inputs=[style_input, desc_input],
118
  outputs=[img_output1, img_output2, img_output3, img_output4])
119
-
120
- demo.launch()
 
116
  generate_button.click(deliver_request,
117
  inputs=[style_input, desc_input],
118
  outputs=[img_output1, img_output2, img_output3, img_output4])
119
+ demo.queue(concurrency_count=3)
120
+ demo.launch(enable_queue=True)