Spaces:
Runtime error
Runtime error
Commit ·
f7ca0be
1
Parent(s): a2e3c70
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,6 @@ import pandas as pd
|
|
| 8 |
project = hopsworks.login()
|
| 9 |
fs = project.get_feature_store()
|
| 10 |
|
| 11 |
-
|
| 12 |
mr = project.get_model_registry()
|
| 13 |
model = mr.get_model("iris_model", version=1)
|
| 14 |
model_dir = model.download()
|
|
|
|
| 8 |
project = hopsworks.login()
|
| 9 |
fs = project.get_feature_store()
|
| 10 |
|
|
|
|
| 11 |
mr = project.get_model_registry()
|
| 12 |
model = mr.get_model("iris_model", version=1)
|
| 13 |
model_dir = model.download()
|