Spaces:
Sleeping
Sleeping
gradio in reqmt no version specify
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -387,7 +387,7 @@ with gr.Blocks(css=css) as demo:
|
|
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=
|
391 |
|
392 |
with gr.Column():
|
393 |
gr.Markdown("Most probable skin condition")
|
|
|
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=False)
|
391 |
|
392 |
with gr.Column():
|
393 |
gr.Markdown("Most probable skin condition")
|
requirements.txt
CHANGED
@@ -6,7 +6,7 @@ scikit_learn<1.3.0
|
|
6 |
seaborn==0.12.2
|
7 |
|
8 |
|
9 |
-
gradio
|
10 |
|
11 |
|
12 |
|
|
|
6 |
seaborn==0.12.2
|
7 |
|
8 |
|
9 |
+
gradio
|
10 |
|
11 |
|
12 |
|