Nina-HK commited on
Commit
632f959
1 Parent(s): 12a3d1b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ from tensorflow.keras.applications import densenet, efficientnet
29
 
30
  # load the binary classification model
31
  model_cnn = tf.keras.models.load_model("CNN_binary")
32
- model_efficientnet = tf.keras.models.load_model("EfficientNet_binary")
33
 
34
  # define the labels for the multi-label classification model
35
  labels_cnn = {0: 'healthy', 1: 'patient'}
 
29
 
30
  # load the binary classification model
31
  model_cnn = tf.keras.models.load_model("CNN_binary")
32
+ model_efficientnet = tf.keras.models.load_model("efficientNet_binary")
33
 
34
  # define the labels for the multi-label classification model
35
  labels_cnn = {0: 'healthy', 1: 'patient'}