SocialAI commited on
Commit
932eb5f
·
verified ·
1 Parent(s): a2f2d80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import os
8
 
9
  model = tf.keras.models.load_model("fine_tuned_resnet50.h5")
10
  img_dim = (224, 224)
11
- lung_cancer_labels = ["Benign", "Malignant", "Normal"]
12
 
13
  # returning classifiers output
14
  def predict(img):
 
8
 
9
  model = tf.keras.models.load_model("fine_tuned_resnet50.h5")
10
  img_dim = (224, 224)
11
+ lung_cancer_labels = ["Adenocarcinoma", "Benign", "Carcinoma"]
12
 
13
  # returning classifiers output
14
  def predict(img):