Spaces:
Sleeping
Sleeping
gallary fix
Browse files
app.py
CHANGED
@@ -386,7 +386,7 @@ with gr.Blocks(css=css) as demo:
|
|
386 |
btn=gr.Button("Identify")
|
387 |
|
388 |
with gr.Column():
|
389 |
-
gry=gr.Gallery(value=skin_images, columns=
|
390 |
with gr.Row():
|
391 |
with gr.Column():
|
392 |
gr.Markdown("Most probable skin condition")
|
|
|
386 |
btn=gr.Button("Identify")
|
387 |
|
388 |
with gr.Column():
|
389 |
+
gry=gr.Gallery(value=skin_images, columns=5, show_label=False, allow_preview=False)
|
390 |
with gr.Row():
|
391 |
with gr.Column():
|
392 |
gr.Markdown("Most probable skin condition")
|