amadinahmed
commited on
Commit
·
05bb6b8
1
Parent(s):
65c8fd3
sosss
Browse files
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="
|
142 |
-
material_probs = gr.outputs.Label(label="
|
143 |
gr.Markdown("### Can it Recycle?")
|
144 |
recycling_qn = gr.outputs.Label()
|
145 |
-
gr.Markdown("###
|
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 |
|