Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,8 @@ def predict(img):
|
|
11 |
prediction = str(pred)
|
12 |
|
13 |
explanations = {
|
14 |
-
"
|
15 |
-
"
|
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 |
}
|