Spaces:
Runtime error
Runtime error
filip_praca
commited on
Commit
•
73011db
1
Parent(s):
324f810
test
Browse files
app.py
CHANGED
@@ -10,7 +10,6 @@ import time
|
|
10 |
project = hopsworks.login(api_key_value=os.environ['UNI_HOPSWORKS_API_KEY'])
|
11 |
fs = project.get_feature_store()
|
12 |
|
13 |
-
|
14 |
mr = project.get_model_registry()
|
15 |
model = mr.get_model("iris_model", version=1)
|
16 |
model_dir = model.download()
|
|
|
10 |
project = hopsworks.login(api_key_value=os.environ['UNI_HOPSWORKS_API_KEY'])
|
11 |
fs = project.get_feature_store()
|
12 |
|
|
|
13 |
mr = project.get_model_registry()
|
14 |
model = mr.get_model("iris_model", version=1)
|
15 |
model_dir = model.download()
|