This commit is contained in:
Manav Rathi 2024-05-16 14:27:28 +05:30
parent a293141444
commit fb53ae7163
No known key found for this signature in database

View file

@ -425,7 +425,7 @@ class MachineLearningService {
try {
await fetchImageBitmapForContext(fileContext);
await Promise.all([syncFileAnalyzeFaces(fileContext)]);
await syncFileAnalyzeFaces(fileContext);
newMlFile.errorCount = 0;
newMlFile.lastErrorMessage = undefined;
await this.persistOnServer(newMlFile, enteFile);