amadinahmed
commited on
Commit
·
1de17f3
1
Parent(s):
4d005a9
sosss
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ with gr.Blocks(title="Trash Classification", css=css) as demo:
|
|
141 |
material_probs = gr.outputs.Label(label="Material Prediction", num_top_classes=1)
|
142 |
gr.Markdown("### Can it Recycle?")
|
143 |
recycling_qn = gr.outputs.Label()
|
144 |
-
gr.Markdown("###
|
145 |
recycling_advice = gr.outputs.Label()
|
146 |
|
147 |
|
|
|
141 |
material_probs = gr.outputs.Label(label="Material Prediction", num_top_classes=1)
|
142 |
gr.Markdown("### Can it Recycle?")
|
143 |
recycling_qn = gr.outputs.Label()
|
144 |
+
gr.Markdown("### To Recycle this make Sure")
|
145 |
recycling_advice = gr.outputs.Label()
|
146 |
|
147 |
|