Jyothikamalesh commited on
Commit
d2bcd0b
·
verified ·
1 Parent(s): 9a5dab3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,4 +65,4 @@ demo = gr.ChatInterface(
65
  chatbot=chatbot
66
  )
67
  if __name__ == "__main__":
68
- demo.launch()
 
65
  chatbot=chatbot
66
  )
67
  if __name__ == "__main__":
68
+ demo.launch(show_error=True)