Campfireman commited on
Commit
c51436e
1 Parent(s): 71acfca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ project = hopsworks.login()
10
  fs = project.get_feature_store()
11
 
12
  mr = project.get_model_registry()
13
- model = mr.get_model("titanic_modal_more_specs", version=2)
14
  model_dir = model.download()
15
  model = joblib.load(model_dir + "/titanic_model.pkl")
16
 
 
10
  fs = project.get_feature_store()
11
 
12
  mr = project.get_model_registry()
13
+ model = mr.get_model("titanic_survival_modal", version=1)
14
  model_dir = model.download()
15
  model = joblib.load(model_dir + "/titanic_model.pkl")
16