Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -208,4 +208,4 @@ with gr.Blocks() as demo:
|
|
208 |
chatbot_batch.like(vote, None, None)
|
209 |
chat_interface_batch.render()
|
210 |
|
211 |
-
demo.queue(
|
|
|
208 |
chatbot_batch.like(vote, None, None)
|
209 |
chat_interface_batch.render()
|
210 |
|
211 |
+
demo.queue(max_size=100).launch()
|