We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c5ee4 commit 665e80fCopy full SHA for 665e80f
1 file changed
backend/app/routes/face_clusters.py
@@ -22,7 +22,7 @@
22
GetClusterImagesResponse,
23
GetClusterImagesData,
24
ImageInCluster,
25
- GlobalReclusterResponse
+ GlobalReclusterResponse,
26
)
27
from app.schemas.images import FaceSearchRequest, InputType
28
from app.utils.faceSearch import perform_face_search
@@ -299,9 +299,6 @@ def face_tagging(
299
if input_type == InputType.base64 and image_path and os.path.exists(image_path):
300
os.remove(image_path)
301
302
-
303
304
305
306
@router.post(
307
"/global-recluster",
0 commit comments