Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def classify_image(img):
|
|
11 |
|
12 |
image = gr.inputs.Image(shape=(192,192))
|
13 |
label = gr.outputs.Label()
|
14 |
-
examples = ['benign.
|
15 |
title = 'Skin Cancer Predictor'
|
16 |
description = 'This app predicts skin cancer. For reference only.'
|
17 |
article = "Author: <a href=\"https://huggingface.co/evawade17\">Eva Wade</a>. "
|
|
|
11 |
|
12 |
image = gr.inputs.Image(shape=(192,192))
|
13 |
label = gr.outputs.Label()
|
14 |
+
examples = ['benign.jpeg','malignant.jpeg']
|
15 |
title = 'Skin Cancer Predictor'
|
16 |
description = 'This app predicts skin cancer. For reference only.'
|
17 |
article = "Author: <a href=\"https://huggingface.co/evawade17\">Eva Wade</a>. "
|