Spaces:
Runtime error
Runtime error
Commit
·
384e893
1
Parent(s):
c2ff2b9
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,9 +26,10 @@ project = hopsworks.login(api_key_value="4CY1rwa8iz8Yu6gG.TwayrYmsX4GQfhSp3LNKYT
|
|
| 26 |
fs = project.get_feature_store()
|
| 27 |
|
| 28 |
mr = project.get_model_registry()
|
| 29 |
-
model = mr.get_model("stock_price_modal")
|
| 30 |
#model_dir = model.download()
|
| 31 |
#model = joblib.load(model_dir + "/stock_price_model.pkl")
|
|
|
|
| 32 |
|
| 33 |
|
| 34 |
#from huggingface_hub import hf_hub_download
|
|
|
|
| 26 |
fs = project.get_feature_store()
|
| 27 |
|
| 28 |
mr = project.get_model_registry()
|
| 29 |
+
#model = mr.get_model("stock_price_modal")
|
| 30 |
#model_dir = model.download()
|
| 31 |
#model = joblib.load(model_dir + "/stock_price_model.pkl")
|
| 32 |
+
model = keras.models.load_model('model_stock_prices.h5')
|
| 33 |
|
| 34 |
|
| 35 |
#from huggingface_hub import hf_hub_download
|