diff --git a/web/src/pages/FaceLibrary.tsx b/web/src/pages/FaceLibrary.tsx
index 5246397a5..677bb58e0 100644
--- a/web/src/pages/FaceLibrary.tsx
+++ b/web/src/pages/FaceLibrary.tsx
@@ -858,12 +858,12 @@ function FaceAttemptGroup({
faceNames={faceNames}
onTrainAttempt={(name) => onTrainAttempt(data, name)}
>
-
+
onReprocess(data)}
/>
diff --git a/web/src/views/classification/ModelTrainingView.tsx b/web/src/views/classification/ModelTrainingView.tsx
index 9fe5fd4ad..6f9e479c2 100644
--- a/web/src/views/classification/ModelTrainingView.tsx
+++ b/web/src/views/classification/ModelTrainingView.tsx
@@ -810,7 +810,7 @@ function StateTrainGrid({
image={data.filename}
onRefresh={onRefresh}
>
-
+
@@ -957,7 +957,7 @@ function ObjectTrainGrid({
image={data.filename}
onRefresh={onRefresh}
>
-
+
>
)}