amadinahmed
commited on
Commit
·
c25fbc0
1
Parent(s):
f8bb1ba
push
Browse files
app.py
CHANGED
@@ -143,12 +143,6 @@ with gr.Blocks(title="Trash Classification", css=css) as demo:
|
|
143 |
gr.Markdown("### How to recycle?")
|
144 |
recycling_qn = gr.outputs.Label()
|
145 |
|
146 |
-
gr.Examples(
|
147 |
-
examples=examples,
|
148 |
-
inputs=input_image,
|
149 |
-
fn=predict_image,
|
150 |
-
cache_examples=False,
|
151 |
-
)
|
152 |
|
153 |
btn.click(predict_image, inputs=[input_image],
|
154 |
outputs=[item_probs, recycling_qn, recycling_advice])
|
|
|
143 |
gr.Markdown("### How to recycle?")
|
144 |
recycling_qn = gr.outputs.Label()
|
145 |
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
|
147 |
btn.click(predict_image, inputs=[input_image],
|
148 |
outputs=[item_probs, recycling_qn, recycling_advice])
|