amadinahmed commited on
Commit
da6a89f
·
1 Parent(s): ddfe540
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,6 +146,6 @@ with gr.Blocks(title="Trash Classification", css="#custom_header {min-height: 3r
146
  )
147
 
148
  btn.click(predict_image, inputs=[input_image],
149
- outputs=[material_probs, item_probs, recycling_qn, recycling_advice])
150
  if __name__ == "__main__":
151
  demo.launch()
 
146
  )
147
 
148
  btn.click(predict_image, inputs=[input_image],
149
+ outputs=[item_probs, recycling_qn, recycling_advice])
150
  if __name__ == "__main__":
151
  demo.launch()