VeuReu commited on
Commit
3a97581
·
verified ·
1 Parent(s): 278b3ad

Update preprocessing_router.py

Browse files
Files changed (1) hide show
  1. preprocessing_router.py +1 -1
preprocessing_router.py CHANGED
@@ -264,7 +264,7 @@ async def finalize_casting(
264
  print(f" - {f_path}")
265
  casting_json["face_col"].append({
266
  "nombre": c_name,
267
- "embedding": emb,
268
  })
269
 
270
  print("-" * 30)
 
264
  print(f" - {f_path}")
265
  casting_json["face_col"].append({
266
  "nombre": c_name,
267
+ "embedding": emb[0],
268
  })
269
 
270
  print("-" * 30)