phenomenon1981 commited on
Commit
ee3bbd8
1 Parent(s): 7cfe7da

Update app.py

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