From 69662dcb146469ec4fe48b8bc7a07f3c7a6f8d59 Mon Sep 17 00:00:00 2001 From: Agata Date: Sun, 22 May 2022 12:34:50 +0200 Subject: [PATCH] Fix --- predict_444501.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)