80cols commited on
Commit
e788295
·
verified ·
1 Parent(s): 6b87ff0

Update predictor.py

Browse files
Files changed (1) hide show
  1. predictor.py +1 -1
predictor.py CHANGED
@@ -12,7 +12,7 @@ encrypted_data = None
12
  encrypted_prediction = None
13
 
14
  # Paths to required files
15
- SCALER_PATH = os.path.join("models", "scaler.pkl")
16
  FHE_FILES_PATH = os.path.join("models", "fhe_files")
17
 
18
  # Load the scaler
 
12
  encrypted_prediction = None
13
 
14
  # Paths to required files
15
+ SCALER_PATH = os.path.join("models", "scaler_random_forest.pkl")
16
  FHE_FILES_PATH = os.path.join("models", "fhe_files")
17
 
18
  # Load the scaler