[mob][photos] Minor change

This commit is contained in:
laurenspriem
2024-07-05 13:00:45 +05:30
parent e2241df865
commit 8f4a867252

View File

@@ -702,10 +702,7 @@ class FaceMlService {
Future<MLResult?> _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;