Spaces:
Running
Running
ecandeloro
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -5,14 +5,6 @@ examples = [
|
|
5 |
["melanoma_example.jpg"],
|
6 |
# Add more images as needed
|
7 |
]
|
8 |
-
import gradio as gr
|
9 |
-
|
10 |
-
# Add examples if you have them
|
11 |
-
examples = [
|
12 |
-
["example_images/image1.jpg"],
|
13 |
-
["example_images/image2.jpg"],
|
14 |
-
# more examples
|
15 |
-
]
|
16 |
|
17 |
# Add a title and description
|
18 |
title = "ππ©ββοΈπ¨ββοΈSkin Cancer Image Classification"
|
|
|
5 |
["melanoma_example.jpg"],
|
6 |
# Add more images as needed
|
7 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
# Add a title and description
|
10 |
title = "ππ©ββοΈπ¨ββοΈSkin Cancer Image Classification"
|