SansarK commited on
Commit
b4896f1
·
verified ·
1 Parent(s): 6877ba2

Update app.py

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