methestrikerx100 commited on
Commit
d370018
·
verified ·
1 Parent(s): 1a5de8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,12 +14,12 @@ from Map import *
14
 
15
  from tensorflow.keras.models import load_model
16
 
17
- loaded_feature_extractor = load_model("feature_extractor_model")
18
 
19
  # Load the SVM model
20
  import pickle
21
 
22
- with open("svm_model_probablity.pkl", 'rb') as file:
23
  loaded_svm_model = pickle.load(file)
24
 
25
  # Load the mineral detection model
 
14
 
15
  from tensorflow.keras.models import load_model
16
 
17
+ loaded_feature_extractor = load_model("feature_extractor_model_5_8")
18
 
19
  # Load the SVM model
20
  import pickle
21
 
22
+ with open("svm_model_probablity.pkl_5_8", 'rb') as file:
23
  loaded_svm_model = pickle.load(file)
24
 
25
  # Load the mineral detection model