tree3po commited on
Commit
72a73ef
·
verified ·
1 Parent(s): 226c68a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -309,4 +309,4 @@ iface = gr.Interface(fn=retry_prompt_to_layout, inputs=[textbox, creative_slider
309
  allow_flagging='never',
310
  examples=examples)
311
 
312
- iface.queue().launch()
 
309
  allow_flagging='never',
310
  examples=examples)
311
 
312
+ iface.queue(concurrency_limit=20).launch()