yes2code commited on
Commit
4834a41
·
verified ·
1 Parent(s): d042ca9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,4 +103,4 @@ with gr.Blocks(css=css) as ai_chat:
103
  ["Create a plan for daily healthy habbits."], ["What is optogenetic simulation?"], ["How to conduct a neuroscience experiment using holography?"], ["Tell me lifestyle of people living in Auckland, NZ"], ["Make a tour plan for Los Angeles metro area."]]
104
  )
105
 
106
- ai_chat.queue(concurrency_count=75, max_size=100).launch(debug=True)
 
103
  ["Create a plan for daily healthy habbits."], ["What is optogenetic simulation?"], ["How to conduct a neuroscience experiment using holography?"], ["Tell me lifestyle of people living in Auckland, NZ"], ["Make a tour plan for Los Angeles metro area."]]
104
  )
105
 
106
+ ai_chat.queue(concurrency_count=150, max_size=250).launch(debug=True)