Nathanotal commited on
Commit
a17fb98
·
1 Parent(s): 9f2b6d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ fs = project.get_feature_store()
47
 
48
 
49
  mr = project.get_model_registry()
50
- model = mr.get_model("titanic_modal", version=1)
51
  model_dir = model.download()
52
  model = joblib.load(model_dir + "/titanic_model.pkl")
53
 
 
47
 
48
 
49
  mr = project.get_model_registry()
50
+ model = mr.get_model("titanic_modal", version=3)
51
  model_dir = model.download()
52
  model = joblib.load(model_dir + "/titanic_model.pkl")
53