Show errors @ launch
Browse files
app.py
CHANGED
@@ -146,4 +146,4 @@ gr.Interface(
|
|
146 |
cache_examples=False,
|
147 |
css=css,
|
148 |
concurrency_limit=CONCURRENCY_LIMIT,
|
149 |
-
).launch(debug=False)
|
|
|
146 |
cache_examples=False,
|
147 |
css=css,
|
148 |
concurrency_limit=CONCURRENCY_LIMIT,
|
149 |
+
).launch(debug=False, show_error=True)
|