alok94 commited on
Commit
497a25e
·
1 Parent(s): 03957cd

structure change

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- 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)
 
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)