ff98 commited on
Commit
a1cf5fb
·
1 Parent(s): b79c29e

comment updated

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -35,10 +35,6 @@ def load_models():
35
  # Access cached models
36
  eff_net_model, eff_net_art_model, cnn_model = load_models()
37
 
38
- # eff_net_model = tf.keras.models.load_model('EfficientNet_Models/efficientnetb3_binary_classifier_8.h5')
39
- # eff_net_art_model = tf.keras.models.load_model('EfficientNet_Models/EfficientNet_fine_tune_art_model.h5')
40
- # cnn_model = 'CNN_model_weight/model_weights.weights.h5'
41
-
42
  # CNN model
43
 
44
  def run_cnn(img_arr):
 
35
  # Access cached models
36
  eff_net_model, eff_net_art_model, cnn_model = load_models()
37
 
 
 
 
 
38
  # CNN model
39
 
40
  def run_cnn(img_arr):