alok94 commited on
Commit
6a3c7c4
·
1 Parent(s): 9b55f71

gallary fix try

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -386,7 +386,8 @@ with gr.Blocks(css=css) as demo:
386
  clear=gr.ClearButton(img_upload)
387
  with gr.Column():
388
  btn=gr.Button("Identify")
389
- gry=gr.Gallery(value=skin_images, columns=3, rows=2, show_label=True)
 
390
 
391
  with gr.Column():
392
  gr.Markdown("Most probable skin condition")
 
386
  clear=gr.ClearButton(img_upload)
387
  with gr.Column():
388
  btn=gr.Button("Identify")
389
+ with gr.Row():
390
+ gry=gr.Gallery(value=skin_images, columns=3, rows=2, show_label=True)
391
 
392
  with gr.Column():
393
  gr.Markdown("Most probable skin condition")