osamaifti commited on
Commit
eed8f27
1 Parent(s): 8a69b5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import numpy as np
6
  from scipy.spatial.distance import cosine
7
 
8
  # Constants
9
- RECOGNITION_THRESHOLD = 0.7
10
 
11
  # Load the model
12
  model_path = 'final_modelnew.pth'
 
6
  from scipy.spatial.distance import cosine
7
 
8
  # Constants
9
+ RECOGNITION_THRESHOLD = 0.8
10
 
11
  # Load the model
12
  model_path = 'final_modelnew.pth'