Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def recognize_user(image):
|
|
76 |
print(f"Min distance: {closest_distance}") # Debug: Print minimum distance
|
77 |
|
78 |
if closest_distance <= RECOGNITION_THRESHOLD:
|
79 |
-
return f"Recognized User: {closest_user_id}
|
80 |
else:
|
81 |
return f"User not recognized. Closest Distance: {closest_distance}"
|
82 |
except Exception as e:
|
|
|
76 |
print(f"Min distance: {closest_distance}") # Debug: Print minimum distance
|
77 |
|
78 |
if closest_distance <= RECOGNITION_THRESHOLD:
|
79 |
+
return f"Recognized User: {closest_user_id}}"
|
80 |
else:
|
81 |
return f"User not recognized. Closest Distance: {closest_distance}"
|
82 |
except Exception as e:
|