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