Spaces:
Runtime error
Runtime error
Commit
·
fa62271
1
Parent(s):
a7fcca7
Update app.py
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ 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
|
|
|
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
|