Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -673,10 +673,10 @@ def main():
|
|
| 673 |
}
|
| 674 |
|
| 675 |
scaler_paths = {
|
| 676 |
-
'Teacher': '
|
| 677 |
-
'Student_North': '
|
| 678 |
-
'Student_Mid': '
|
| 679 |
-
'Student_South': '
|
| 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 |
# ============================
|