Spaces:
Runtime error
Runtime error
owwe
commited on
Commit
·
44ddcee
1
Parent(s):
e979003
new
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()
|