omm7 commited on
Commit
f857dc1
·
verified ·
1 Parent(s): 54b48a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ app = Flask(__name__)
6
 
7
  # Load model from JSON (instead of pickle)
8
  model = xgb.Booster()
9
- model.load_model("model/xgb_superkart_model.json")
10
 
11
  @app.route("/predict", methods=["POST"])
12
  def predict():
 
6
 
7
  # Load model from JSON (instead of pickle)
8
  model = xgb.Booster()
9
+ model.load_model("xgb_superkart_model.json")
10
 
11
  @app.route("/predict", methods=["POST"])
12
  def predict():