Nechba commited on
Commit
37ee940
·
1 Parent(s): d7a42f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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')