evawade17 commited on
Commit
b137a6a
1 Parent(s): b5502ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.jpg','malignant.jpg']
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>. "