Fu-chiang commited on
Commit
fa9653a
·
1 Parent(s): f0c2116

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,7 +9,7 @@ def predict(image):
9
 
10
  gr.Interface(
11
  predict,
12
- inputs=gr.inputs.Image(label="Upload hot dog candidate", type="filepath"),
13
  outputs=gr.outputs.Label(num_top_classes=2),
14
- title="Hot Dog? Or Not?",
15
  ).launch()
 
9
 
10
  gr.Interface(
11
  predict,
12
+ inputs=gr.inputs.Image(label="Upload skin lesion picture", type="filepath"),
13
  outputs=gr.outputs.Label(num_top_classes=2),
14
+ title="Melanoma or Nevus?",
15
  ).launch()