howlbz commited on
Commit
4a4c69a
·
1 Parent(s): b43821b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ fs = project.get_feature_store()
11
 
12
  mr = project.get_model_registry()
13
  model = mr.get_model("xgboost_model", version=1)
14
- model_dir = model.download()
15
- model = joblib.load(model_dir + "/model.pkl")
16
 
17
 
18
  def forecast():
 
11
 
12
  mr = project.get_model_registry()
13
  model = mr.get_model("xgboost_model", version=1)
14
+ # model_dir = model.download()
15
+ # model = joblib.load(model_dir + "/model.pkl")
16
 
17
 
18
  def forecast():