kolyanxerox commited on
Commit
3a62037
1 Parent(s): e23cdf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -217,4 +217,4 @@ demo = gr.ChatInterface(
217
  ],
218
  cache_examples=False,
219
  )
220
- demo.launch()
 
217
  ],
218
  cache_examples=False,
219
  )
220
+ demo.launch(show_error=True)