diff --git a/boards/beagley/ai/demos/beagley-ai-object-detection-tutorial.rst b/boards/beagley/ai/demos/beagley-ai-object-detection-tutorial.rst
index 23c1b03363eabdaa58cc6a41002b3d592b66686c..2bc8d77726b02d4b4d4177f85514065147453da5 100644
--- a/boards/beagley/ai/demos/beagley-ai-object-detection-tutorial.rst
+++ b/boards/beagley/ai/demos/beagley-ai-object-detection-tutorial.rst
@@ -178,7 +178,7 @@ Paste the following code into the file:
 
        # Load labels and interpreter
        labels = load_labels(labelmap_path)
-       interpreter = load_interpreter(Interpreter(model_path))
+       interpreter = Interpreter(model_path=model_path)
        interpreter.allocate_tensors()
 
        # Get model details