Addai commited on
Commit
066593b
·
1 Parent(s): 4a57960

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def predict(img):
10
  pred,pred_idx,probs = learn.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.",
 
10
  pred,pred_idx,probs = learn.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.",