Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -374,4 +374,4 @@ with gr.Blocks(
|
|
| 374 |
clear.click(lambda: None, None, chatbot, queue=False)
|
| 375 |
|
| 376 |
demo.queue(max_size=128, concurrency_count=1)
|
| 377 |
-
demo.launch()
|
|
|
|
| 374 |
clear.click(lambda: None, None, chatbot, queue=False)
|
| 375 |
|
| 376 |
demo.queue(max_size=128, concurrency_count=1)
|
| 377 |
+
demo.launch(show_error=True)
|