diff --git a/mobile/lib/services/machine_learning/ml_service.dart b/mobile/lib/services/machine_learning/ml_service.dart index 4bfc2e5de1..a03625873e 100644 --- a/mobile/lib/services/machine_learning/ml_service.dart +++ b/mobile/lib/services/machine_learning/ml_service.dart @@ -702,10 +702,7 @@ class FaceMlService { Future _analyzeImageInSingleIsolate( FileMLInstruction instruction, ) async { - final String filePath = await getImagePathForML( - instruction.enteFile, - typeOfData: FileDataForML.fileData, - ); + final String filePath = await getImagePathForML(instruction.enteFile); final Stopwatch stopwatch = Stopwatch()..start(); late MLResult result;