Spaces:
Sleeping
Sleeping
gallary fix try
Browse files
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 |
-
|
|
|
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")
|