diff --git a/predict_444501.py b/predict_444501.py index 6e684af..f07dbd6 100644 --- a/predict_444501.py +++ b/predict_444501.py @@ -1,7 +1,7 @@ import mlflow import numpy as np -model = mlflow.pyfunc.load_model('/mlruns/1/e435ee5c0c5a468c99eb43c13df4a94b/artifacts/s444421') +model = mlflow.pyfunc.load_model('mlruns/1/e435ee5c0c5a468c99eb43c13df4a94b/artifacts/s444421') with open('input_example.json') as f: input = json.load(f)