generativeai commited on
Commit
e38bafd
1 Parent(s): ba3d60d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def compare_photoshoot_crops(photo_shoot_id, main_image_folder):
59
  result = check_image_similarity(main_image_folder, file['Key'])
60
  results.append(result)
61
 
62
- return {"results": results, "message": f"{len(files)} images compared successfully"}
63
 
64
  iface = gr.Interface(
65
  fn=compare_photoshoot_crops,
 
59
  result = check_image_similarity(main_image_folder, file['Key'])
60
  results.append(result)
61
 
62
+ return results
63
 
64
  iface = gr.Interface(
65
  fn=compare_photoshoot_crops,