alok94 commited on
Commit
03957cd
·
1 Parent(s): 4ecbe00

structure change

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