aryan10022001 commited on
Commit
0f325aa
·
verified ·
1 Parent(s): 3f943fc

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -7,7 +7,7 @@ import xgboost
7
  from xgboost import XGBRegressor
8
 
9
  # Load the pre-trained pipeline
10
- pipe = pickle.load(open('pipe.pkl', 'rb'))
11
 
12
  # Define the list of teams and cities
13
  teams = ['Australia', 'India', 'Bangladesh', 'New Zealand', 'South Africa', 'England',
 
7
  from xgboost import XGBRegressor
8
 
9
  # Load the pre-trained pipeline
10
+ pipe = pickle.load(open('app/pipe.pkl', 'rb'))
11
 
12
  # Define the list of teams and cities
13
  teams = ['Australia', 'India', 'Bangladesh', 'New Zealand', 'South Africa', 'England',