Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -367,5 +367,5 @@ with gr.Blocks(
|
|
367 |
# Clear history
|
368 |
clear.click(lambda: None, None, chatbot, queue=False)
|
369 |
|
370 |
-
demo.queue(max_size=128
|
371 |
demo.launch(show_error=True)
|
|
|
367 |
# Clear history
|
368 |
clear.click(lambda: None, None, chatbot, queue=False)
|
369 |
|
370 |
+
demo.queue(max_size=128)
|
371 |
demo.launch(show_error=True)
|