amadinahmed commited on
Commit
6292f28
·
1 Parent(s): fb3eaa4
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -130,12 +130,12 @@ with gr.Blocks(title="Trash Classification", css="#custom_header {min-height: 3r
130
  with gr.Column(variant="panel", scale=2):
131
  gr.Markdown("## Outputs", elem_id="custom_header")
132
  gr.Markdown("### Can it Recycle?")
133
- recycling_qn = gr.outputs.Markdown(label ="### Can it Recycle?")
134
  gr.Markdown("### How to recycle?")
135
  recycling_advice = gr.outputs.Label()
136
- item_probs = gr.outputs.Markdown()
137
  with gr.Row():
138
- material_probs = gr.outputs.Label(label="Material Prediction")
139
  item_probs = gr.outputs.Markdown()
140
 
141
  gr.Examples(
 
130
  with gr.Column(variant="panel", scale=2):
131
  gr.Markdown("## Outputs", elem_id="custom_header")
132
  gr.Markdown("### Can it Recycle?")
133
+ recycling_qn = gr.outputs.Label()
134
  gr.Markdown("### How to recycle?")
135
  recycling_advice = gr.outputs.Label()
136
+ item_probs = gr.outputs.Label()
137
  with gr.Row():
138
+ material_probs = gr.outputs.Label()
139
  item_probs = gr.outputs.Markdown()
140
 
141
  gr.Examples(