Interpreter
let coreMLDelegate = CoreMLDelegate() let interpreter = try Interpreter(modelPath: modelPath, delegates: [coreMLDelegate])