diff --git a/predict_s444356.py b/predict_s444356.py index 9879b5d..247c1e3 100644 --- a/predict_s444356.py +++ b/predict_s444356.py @@ -2,7 +2,7 @@ import json import mlflow import numpy as np -logged_model = 'mlruns/1/d5b6f9c1784a4d2dbb8592cd4ad364d7/artifacts/model' +logged_model = 'mlruns/1/296d6f314bb2451885fb7ae58988301e/artifacts/model' loaded_model = mlflow.pyfunc.load_model(logged_model)