Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = ["
|
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):
|