Spaces:
Sleeping
Sleeping
structure change
Browse files
app.py
CHANGED
@@ -382,9 +382,7 @@ with gr.Blocks(css=css) as demo:
|
|
382 |
gr.Markdown("<h3>Browse or Select from given Image</h3>", elem_id='info')
|
383 |
img_upload=gr.Image(type="pil", height=200, width=300)
|
384 |
with gr.Row():
|
385 |
-
with gr.Column():
|
386 |
clear=gr.ClearButton(img_upload)
|
387 |
-
with gr.Column():
|
388 |
btn=gr.Button("Identify")
|
389 |
|
390 |
with gr.Column():
|
|
|
382 |
gr.Markdown("<h3>Browse or Select from given Image</h3>", elem_id='info')
|
383 |
img_upload=gr.Image(type="pil", height=200, width=300)
|
384 |
with gr.Row():
|
|
|
385 |
clear=gr.ClearButton(img_upload)
|
|
|
386 |
btn=gr.Button("Identify")
|
387 |
|
388 |
with gr.Column():
|