Addai commited on
Commit
222ed82
·
1 Parent(s): 066593b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ def predict(img):
11
  prediction = str(pred)
12
 
13
  explanations = {
14
- "cancer_negative": "The image does not show signs of cancer.",
15
- "cancer_positive": "The image shows signs of cancer.",
16
  "implant_cancer_positive": "The image shows signs of implant-related cancer.",
17
  "implant_cancer_negative": "The image does not show signs of implant-related cancer."
18
  }
 
11
  prediction = str(pred)
12
 
13
  explanations = {
14
+ "Cancer_negative": "The image does not show signs of cancer.",
15
+ "Cancer_positive": "The image shows signs of cancer.",
16
  "implant_cancer_positive": "The image shows signs of implant-related cancer.",
17
  "implant_cancer_negative": "The image does not show signs of implant-related cancer."
18
  }