pyesonekyaw commited on
Commit
7fc0592
1 Parent(s): 58c9676

added show_error=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,4 +149,4 @@ with gr.Blocks(title="Trash Classification", css="#custom_header {min-height: 3r
149
  btn.click(predict_image, inputs=[input_image],
150
  outputs=[material_probs, item_probs, recycling_qn, recycling_advice])
151
  if __name__ == "__main__":
152
- demo.launch()
 
149
  btn.click(predict_image, inputs=[input_image],
150
  outputs=[material_probs, item_probs, recycling_qn, recycling_advice])
151
  if __name__ == "__main__":
152
+ demo.launch(show_error=True)