ecandeloro commited on
Commit
09f3d9e
·
verified ·
1 Parent(s): e386295

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -1,3 +1,9 @@
1
  import gradio as gr
2
 
3
- gr.load("models/Anwarkh1/Skin_Cancer-Image_Classification").launch()
 
 
 
 
 
 
 
1
  import gradio as gr
2
 
3
+ examples = [
4
+ ["Nevus_NCI.jpg"],
5
+ ["melanoma_example.jpg"],
6
+ # Add more images as needed
7
+ ]
8
+
9
+ gr.load("models/Anwarkh1/Skin_Cancer-Image_Classification", examples=examples).launch()