From 87d4f034d803958a07e8f18c3ebd961a0bcc6372 Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Sun, 21 Aug 2022 20:06:41 +0530 Subject: Implemented image recognition --- client/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx') diff --git a/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx b/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx index 4e4a2b3..2430016 100644 --- a/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx +++ b/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx @@ -58,7 +58,7 @@ const PhotoCapture = () => { }} /> ) : ( - + )} -- cgit