comment updated
Browse files
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):
|