Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,4 +77,4 @@ with gr.Blocks() as demo:
77
  outputs=[chatbot_output]
78
  )
79
 
80
- demo.launch()
 
77
  outputs=[chatbot_output]
78
  )
79
 
80
+ demo.launch(show_error=True)