Spaces:
Sleeping
Sleeping
structure change
Browse files
app.py
CHANGED
@@ -382,8 +382,8 @@ 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 |
-
|
386 |
-
|
387 |
|
388 |
with gr.Column():
|
389 |
gry=gr.Gallery(value=skin_images, columns=4, show_label=False)
|
|
|
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():
|
389 |
gry=gr.Gallery(value=skin_images, columns=4, show_label=False)
|