Akseluhr commited on
Commit
6c0ef46
1 Parent(s): 90b0a85

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("btc_model", version=4)
14
  model_dir = model.download()
15
  model = joblib.load(model_dir + "/btc_model.pkl")
16
 
 
10
  fs = project.get_feature_store()
11
 
12
  mr = project.get_model_registry()
13
+ model = mr.get_model("btc_model", version=5)
14
  model_dir = model.download()
15
  model = joblib.load(model_dir + "/btc_model.pkl")
16