amadinahmed commited on
Commit
05bb6b8
·
1 Parent(s): 65c8fd3
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -138,11 +138,11 @@ with gr.Blocks(title="Trash Classification", css=css, theme=gr.themes.Monochrome
138
  gr.Markdown("## Outputs", elem_id="custom_header")
139
  gr.Markdown("### We think this is?")
140
  with gr.Row():
141
- item_probs = gr.outputs.Label(label="Item Prediction",num_top_classes=1)
142
- material_probs = gr.outputs.Label(label="Material Prediction", num_top_classes=1)
143
  gr.Markdown("### Can it Recycle?")
144
  recycling_qn = gr.outputs.Label()
145
- gr.Markdown("### To Recycle this make sure")
146
  recycling_advice = gr.outputs.Label()
147
 
148
 
 
138
  gr.Markdown("## Outputs", elem_id="custom_header")
139
  gr.Markdown("### We think this is?")
140
  with gr.Row():
141
+ item_probs = gr.outputs.Label(label=" ",num_top_classes=1)
142
+ material_probs = gr.outputs.Label(label=" ",num_top_classes=1)
143
  gr.Markdown("### Can it Recycle?")
144
  recycling_qn = gr.outputs.Label()
145
+ gr.Markdown("### This Cant be Recycled when: ")
146
  recycling_advice = gr.outputs.Label()
147
 
148