Spaces:
Runtime error
Runtime error
Commit
·
03b5d15
1
Parent(s):
ef851dc
adsf
Browse files- .hw_api_key +0 -1
- app.py +1 -1
.hw_api_key
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
gJHnXNU7BFSJKue3.9GJb8V4qJRXE7Vn25uM6mDb39eOZIstYWJZ8XbgU7Fo6rlCZlzE3JNkcwDAYaAUJ
|
|
|
|
app.py
CHANGED
@@ -46,7 +46,7 @@ fs = project.get_feature_store()
|
|
46 |
|
47 |
# Get the model from Hopsworks
|
48 |
mr = project.get_model_registry()
|
49 |
-
model = mr.get_model("titanic_modal", version=
|
50 |
model_dir = model.download()
|
51 |
model = joblib.load(model_dir + "/titanic_model.pkl")
|
52 |
|
|
|
46 |
|
47 |
# Get the model from Hopsworks
|
48 |
mr = project.get_model_registry()
|
49 |
+
model = mr.get_model("titanic_modal", version=10)
|
50 |
model_dir = model.download()
|
51 |
model = joblib.load(model_dir + "/titanic_model.pkl")
|
52 |
|