abhillubillu commited on
Commit
a68a183
·
verified ·
1 Parent(s): 80eb9d8

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
 
66
 
67
  if __name__ == "__main__":
68
- demo.launch()
 
65
 
66
 
67
  if __name__ == "__main__":
68
+ demo.launch(show_error=True)