Victorlopo21 commited on
Commit
a7fcca7
·
1 Parent(s): 2c64097

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,9 +25,9 @@ project = hopsworks.login(api_key_value="4CY1rwa8iz8Yu6gG.TwayrYmsX4GQfhSp3LNKYT
25
  fs = project.get_feature_store()
26
 
27
  mr = project.get_model_registry()
28
- model = mr.get_model("stock_modal")
29
  model_dir = model.download()
30
- model = joblib.load(model_dir + "/stock_model.pkl")
31
 
32
 
33
  #from huggingface_hub import hf_hub_download
 
25
  fs = project.get_feature_store()
26
 
27
  mr = project.get_model_registry()
28
+ model = mr.get_model("stock_price_modal")
29
  model_dir = model.download()
30
+ model = joblib.load(model_dir + "/stock_price_model.pkl")
31
 
32
 
33
  #from huggingface_hub import hf_hub_download