Spaces:
Sleeping
Sleeping
Commit ·
b9ba09c
1
Parent(s): ac6472f
Update main.py
Browse files
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('
|
| 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'])
|