Update app.py
Browse files
app.py
CHANGED
@@ -206,5 +206,5 @@ with gr.Blocks(
|
|
206 |
# Clear history
|
207 |
clear.click(lambda: None, None, chatbot, queue=False)
|
208 |
|
209 |
-
demo.queue(max_size=128
|
210 |
-
demo.launch()
|
|
|
206 |
# Clear history
|
207 |
clear.click(lambda: None, None, chatbot, queue=False)
|
208 |
|
209 |
+
demo.queue(max_size=128)
|
210 |
+
demo.launch(show_error=True)
|