abhiman181025 commited on
Commit
fe82253
·
verified ·
1 Parent(s): 53afe5a

updated show_error

Browse files
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)