From 8f4a8672522a2e5f7a89599472c380cb84d534ff Mon Sep 17 00:00:00 2001 From: laurenspriem Date: Fri, 5 Jul 2024 13:00:45 +0530 Subject: [PATCH] [mob][photos] Minor change --- mobile/lib/services/machine_learning/ml_service.dart | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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;