amirgame197 commited on
Commit
c57be95
·
verified ·
1 Parent(s): 7c69f92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,4 +107,4 @@ gr.ChatInterface(
107
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
108
  additional_inputs=additional_inputs,
109
  concurrency_limit=20,
110
- ).launch()
 
107
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
108
  additional_inputs=additional_inputs,
109
  concurrency_limit=20,
110
+ ).launch(show_error=True)