ParthCodes commited on
Commit
b9ba09c
·
1 Parent(s): ac6472f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -10,7 +10,7 @@ app.secret_key = "cricktech-abhi-2023"
10
  CORS(app)
11
 
12
  # Load the model
13
- model = joblib.load('dataset/world/cricket_world_cup_score_prediction_model.pkl')
14
 
15
 
16
  @app.route('/', methods=['GET'])
 
10
  CORS(app)
11
 
12
  # Load the model
13
+ model = joblib.load('cricket_world_cup_score_prediction_model.pkl')
14
 
15
 
16
  @app.route('/', methods=['GET'])