Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -208,14 +208,14 @@ with gr.Blocks(title="Trash Classification", css="#custom_header {min-height: 3r
|
|
208 |
|
209 |
with gr.Column():
|
210 |
with gr.Column():
|
211 |
-
with gr.
|
212 |
gr.Markdown("## Inputs", elem_id="custom_header")
|
213 |
input_image = gr.Image(label="Input Image")
|
214 |
input_image.style(height=240)
|
215 |
btn = gr.Button(value="Submit")
|
216 |
btn.style(full_width=True)
|
217 |
with gr.Column():
|
218 |
-
with gr.
|
219 |
gr.Markdown("## Outputs", elem_id="custom_header")
|
220 |
recycling_qn = gr.outputs.Textbox(label="Is this recyclable?")
|
221 |
recycling_advice = gr.outputs.Textbox(label="It is not recyclable when:")
|
|
|
208 |
|
209 |
with gr.Column():
|
210 |
with gr.Column():
|
211 |
+
with gr.Group():
|
212 |
gr.Markdown("## Inputs", elem_id="custom_header")
|
213 |
input_image = gr.Image(label="Input Image")
|
214 |
input_image.style(height=240)
|
215 |
btn = gr.Button(value="Submit")
|
216 |
btn.style(full_width=True)
|
217 |
with gr.Column():
|
218 |
+
with gr.Group():
|
219 |
gr.Markdown("## Outputs", elem_id="custom_header")
|
220 |
recycling_qn = gr.outputs.Textbox(label="Is this recyclable?")
|
221 |
recycling_advice = gr.outputs.Textbox(label="It is not recyclable when:")
|