phenomenon1981 commited on
Commit
349ef82
1 Parent(s): e67d01d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -159,4 +159,5 @@ with gr.Blocks() as myface:
159
  see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
160
 
161
  myface.launch(enable_queue=True, inline=True)
 
162
  reset_queue_thread.join()
 
159
  see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
160
 
161
  myface.launch(enable_queue=True, inline=True)
162
+ myface.queue(concurrency_count=15)
163
  reset_queue_thread.join()