Spaces:
Running
Running
ecandeloro
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,11 @@ import gradio as gr
|
|
2 |
|
3 |
examples = [
|
4 |
["Nevus_NCI.jpg"],
|
5 |
-
["melanoma_example.jpg"]
|
|
|
|
|
|
|
|
|
6 |
# Add more images as needed
|
7 |
]
|
8 |
|
|
|
2 |
|
3 |
examples = [
|
4 |
["Nevus_NCI.jpg"],
|
5 |
+
["melanoma_example.jpg"]
|
6 |
+
["ISIC_0115851.JPG"],
|
7 |
+
["ISIC_5059671.JPG"],
|
8 |
+
["lesion2.jpg"]
|
9 |
+
["lesion3.jpg"],
|
10 |
# Add more images as needed
|
11 |
]
|
12 |
|