Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ user_embeddings = []
|
|
36 |
user_ids = []
|
37 |
|
38 |
# Threshold
|
39 |
-
RECOGNITION_THRESHOLD = 0.
|
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):
|