Spaces:
Runtime error
Runtime error
Commit ·
a7fcca7
1
Parent(s): 2c64097
Update app.py
Browse files
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("
|
| 29 |
model_dir = model.download()
|
| 30 |
-
model = joblib.load(model_dir + "/
|
| 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
|