yes2code commited on
Commit
cfcc9b0
·
verified ·
1 Parent(s): ec34d05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -101,4 +101,5 @@ with gr.Blocks(css=css) as ai_chat:
101
  ["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."]]
102
  )
103
 
104
- ai_chat.queue(concurrency_limit=None, max_size=250).launch(debug=True)
 
 
101
  ["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."]]
102
  )
103
 
104
+ #ai_chat.queue(concurrency_limit=None, max_size=250).launch(debug=True)
105
+ ai_chat.queue(max_size=250).launch(debug=True)