Qinglinz commited on
Commit
ad65e12
1 Parent(s): 3579fac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ fs = project.get_feature_store()
13
  mr = project.get_model_registry()
14
  model = mr.get_model("titanic_model", version=6)
15
  model_dir = model.download()
16
- model = joblib.load(model_dir + "/titanic_model.pkl")
17
 
18
 
19
  def titanic(pclass, sex, age, fare, embarked, familysize, appellation, cabin):
 
13
  mr = project.get_model_registry()
14
  model = mr.get_model("titanic_model", version=6)
15
  model_dir = model.download()
16
+ model = joblib.load(model_dir + "/titanic_modal.pkl")
17
 
18
 
19
  def titanic(pclass, sex, age, fare, embarked, familysize, appellation, cabin):