abidlabs HF staff commited on
Commit
1f1c7b5
·
verified ·
1 Parent(s): f37b501

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,4 +5,4 @@ def fn(message, history):
5
  return message
6
 
7
 
8
- gr.ChatInterface(fn=fn).launch()
 
5
  return message
6
 
7
 
8
+ gr.ChatInterface(fn=fn).launch(show_error=True)