amadinahmed commited on
Commit
1de17f3
·
1 Parent(s): 4d005a9
Files changed (1) hide show
  1. app.py +1 -1
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("### How to recycle?")
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