diff options
author | Rohan Raj Gupta <[email protected]> | 2022-08-25 11:49:31 +0530 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-25 11:49:31 +0530 |
commit | 772fc663fd31bc247dcc7da31090234b5b89f155 (patch) | |
tree | 266005279ac7996b479e2cb3b5d48ccebd041290 /client/src/pages/Update/Biometric/Biometric.jsx | |
parent | 3450e5ad9c59403b9ad75aa24e71a1b925f7bbcf (diff) | |
parent | fcc4c3374d85b33755f852bcc559db0a8eb5115a (diff) |
Merge pull request #14 from Blaster4385/develop
Misc changes and add more translation
Diffstat (limited to 'client/src/pages/Update/Biometric/Biometric.jsx')
-rw-r--r-- | client/src/pages/Update/Biometric/Biometric.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/pages/Update/Biometric/Biometric.jsx b/client/src/pages/Update/Biometric/Biometric.jsx index 10b2776..f8bf028 100644 --- a/client/src/pages/Update/Biometric/Biometric.jsx +++ b/client/src/pages/Update/Biometric/Biometric.jsx @@ -82,7 +82,7 @@ const Biometric = () => { setUserData({ ...userData, photo: oriUserData.photo }) } else if ( predictions[0].class === 'person' && - predictions[0].score > 0.8 + predictions[0].score > 0.7 ) { setPage(4) } else { |