phenomenon1981 commited on
Commit
0eafd98
1 Parent(s): 1981009

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks() as myface:
151
  see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
152
 
153
  myface.launch(enable_queue=True, inline=True)
154
- block.queue(concurrency_count=80, max_size=100).launch(max_threads=150)
155
 
156
 
157
 
 
151
  see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
152
 
153
  myface.launch(enable_queue=True, inline=True)
154
+ block.queue(concurrency_count=30, max_size=100).launch(max_threads=150)
155
 
156
 
157