Spaces:
Runtime error
Runtime error
Update app/main.py
Browse files- 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',
|