Spaces:
Sleeping
Sleeping
hackerbyhobby
commited on
fixed app
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import json
|
|
5 |
import numpy as np
|
6 |
|
7 |
# Load the trained model
|
8 |
-
model = joblib.load('
|
9 |
|
10 |
# Load feature names
|
11 |
with open('selected_features.json', 'r') as f:
|
|
|
5 |
import numpy as np
|
6 |
|
7 |
# Load the trained model
|
8 |
+
model = joblib.load('trained_model.pkl')
|
9 |
|
10 |
# Load feature names
|
11 |
with open('selected_features.json', 'r') as f:
|