Update app.py
Browse files
app.py
CHANGED
@@ -945,4 +945,4 @@ with gr.Blocks() as interface:
|
|
945 |
allocation
|
946 |
], queue = False, show_progress = False)
|
947 |
|
948 |
-
interface.queue(10).launch()
|
|
|
945 |
allocation
|
946 |
], queue = False, show_progress = False)
|
947 |
|
948 |
+
interface.queue(10).launch(show_error=True)
|