OnsAouedi commited on
Commit
9d8345d
1 Parent(s): 81ee118

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -673,10 +673,10 @@ def main():
673
  }
674
 
675
  scaler_paths = {
676
- 'Teacher': 'scaler_train_wholedata.joblib',
677
- 'Student_North': 'scaler_train_North.joblib',
678
- 'Student_Mid': 'scaler_train_Mid.joblib',
679
- 'Student_South': 'scaler_train_South.joblib'
680
  }
681
 
682
  # ============================
 
673
  }
674
 
675
  scaler_paths = {
676
+ 'Teacher': 'scaler_train_wholedata_up.joblib',
677
+ 'Student_North': 'scaler_train_North_up.joblib',
678
+ 'Student_Mid': 'scaler_train_Mid_up.joblib',
679
+ 'Student_South': 'scaler_train_South_up.joblib'
680
  }
681
 
682
  # ============================