Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from propy import AAComposition
|
|
5 |
from sklearn.preprocessing import MinMaxScaler
|
6 |
|
7 |
# Load trained SVM model and scaler (Ensure both files exist in the Space)
|
8 |
-
model = joblib.load("
|
9 |
scaler = joblib.load("norm.joblib")
|
10 |
|
11 |
|
|
|
5 |
from sklearn.preprocessing import MinMaxScaler
|
6 |
|
7 |
# Load trained SVM model and scaler (Ensure both files exist in the Space)
|
8 |
+
model = joblib.load("SVM.joblib")
|
9 |
scaler = joblib.load("norm.joblib")
|
10 |
|
11 |
|