Moibe commited on
Commit
8a43307
·
1 Parent(s): 420580f

Show errors @ launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)