Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|