alok94 commited on
Commit
001e886
·
1 Parent(s): 44abdb8

galary fix

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