ImanAmran commited on
Commit
633e796
·
1 Parent(s): 7cf1676

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ user_embeddings = []
36
  user_ids = []
37
 
38
  # Threshold
39
- RECOGNITION_THRESHOLD = 0.01 # Adjust as needed
40
 
41
  # Preprocess the image
42
  def preprocess_image(image):
 
36
  user_ids = []
37
 
38
  # Threshold
39
+ RECOGNITION_THRESHOLD = 0.1 # Adjust as needed
40
 
41
  # Preprocess the image
42
  def preprocess_image(image):