ecandeloro commited on
Commit
ccee4a8
·
verified ·
1 Parent(s): dcde222

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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