stefanbenten commited on
Commit
6382003
1 Parent(s): bf69ecc

app.py: increasing concurrency to 5

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,5 +164,5 @@ with gr.Blocks(css=css) as demo:
164
 
165
  text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)
166
 
167
- demo.queue(concurrency_count=2)
168
  demo.launch()
 
164
 
165
  text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)
166
 
167
+ demo.queue(concurrency_count=5)
168
  demo.launch()