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