phenomenon1981 commited on
Commit
4077db2
·
1 Parent(s): aab043e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,5 +83,5 @@ with gr.Blocks() as myface:
83
  run.click(send_it7, inputs=[prompt], outputs=[output7])
84
  run.click(send_it8, inputs=[prompt], outputs=[output8])
85
 
86
- myface.queue(concurrency_count=1)
87
  myface.launch(enable_queue=True, inline=True)
 
83
  run.click(send_it7, inputs=[prompt], outputs=[output7])
84
  run.click(send_it8, inputs=[prompt], outputs=[output8])
85
 
86
+ myface.queue(concurrency_count=8)
87
  myface.launch(enable_queue=True, inline=True)