amadinahmed
commited on
Commit
·
4d005a9
1
Parent(s):
a63ed64
sosss
Browse files
app.py
CHANGED
@@ -137,8 +137,8 @@ with gr.Blocks(title="Trash Classification", css=css) as demo:
|
|
137 |
gr.Markdown("## Outputs", elem_id="custom_header")
|
138 |
gr.Markdown("### We think this is?")
|
139 |
with gr.Row():
|
140 |
-
item_probs = gr.outputs.Label(label="Item Prediction")
|
141 |
-
material_probs = gr.outputs.Label(label="Material Prediction")
|
142 |
gr.Markdown("### Can it Recycle?")
|
143 |
recycling_qn = gr.outputs.Label()
|
144 |
gr.Markdown("### How to recycle?")
|
|
|
137 |
gr.Markdown("## Outputs", elem_id="custom_header")
|
138 |
gr.Markdown("### We think this is?")
|
139 |
with gr.Row():
|
140 |
+
item_probs = gr.outputs.Label(label="Item Prediction",num_top_classes=1)
|
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?")
|