Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,6 @@ import joblib
|
|
4 |
import numpy as np
|
5 |
import ast
|
6 |
|
7 |
-
|
8 |
-
|
9 |
model = joblib.load("model.pkl")
|
10 |
# To load the encoder from the file
|
11 |
le_for_adres =joblib.load('LabelEncoder_adress.pkl')
|
|
|
4 |
import numpy as np
|
5 |
import ast
|
6 |
|
|
|
|
|
7 |
model = joblib.load("model.pkl")
|
8 |
# To load the encoder from the file
|
9 |
le_for_adres =joblib.load('LabelEncoder_adress.pkl')
|