TeoJM commited on
Commit
0c17965
1 Parent(s): 409f68f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ model = mr.get_model("titanic_modal_v2", version=1)
12
  model_dir = model.download()
13
  model = joblib.load(model_dir + "/titanic_model.pkl")
14
 
 
15
  def titanic(pclass, sex, age, sibsp, parch, pricerange):
16
  input_list = []
17
  input_list.append(pclass)
 
12
  model_dir = model.download()
13
  model = joblib.load(model_dir + "/titanic_model.pkl")
14
 
15
+
16
  def titanic(pclass, sex, age, sibsp, parch, pricerange):
17
  input_list = []
18
  input_list.append(pclass)