phenomenon1981 commited on
Commit
fa68349
1 Parent(s): baf8697

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,4 +146,4 @@ with gr.Blocks() as myface:
146
  see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
147
 
148
  myface.launch(enable_queue=True, inline=True)
149
- block.queue(concurrency_count=30, max_size=30)
 
146
  see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
147
 
148
  myface.launch(enable_queue=True, inline=True)
149
+ block.queue(concurrency_count=100)