amadinahmed
commited on
Commit
·
da6a89f
1
Parent(s):
ddfe540
daadada
Browse files
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=[
|
| 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()
|