Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -211,9 +211,9 @@ with gr.Blocks(title="Trash Classification", css="#custom_header {min-height: 3r
|
|
211 |
with gr.Group():
|
212 |
gr.Markdown("## Inputs", elem_id="custom_header")
|
213 |
input_image = gr.Image(label="Input Image")
|
214 |
-
input_image.
|
215 |
btn = gr.Button(value="Submit")
|
216 |
-
btn.
|
217 |
with gr.Column():
|
218 |
with gr.Group():
|
219 |
gr.Markdown("## Outputs", elem_id="custom_header")
|
|
|
211 |
with gr.Group():
|
212 |
gr.Markdown("## Inputs", elem_id="custom_header")
|
213 |
input_image = gr.Image(label="Input Image")
|
214 |
+
input_image.scale(height=240)
|
215 |
btn = gr.Button(value="Submit")
|
216 |
+
btn.scale(full_width=True)
|
217 |
with gr.Column():
|
218 |
with gr.Group():
|
219 |
gr.Markdown("## Outputs", elem_id="custom_header")
|