prthm11 commited on
Commit
61c1042
·
verified ·
1 Parent(s): 1971458

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3489,7 +3489,7 @@ SPRITE_DIR/"Zebra.sprite3"/"f3e322a25b9f79801066056de6f33fb1.png"
3489
 
3490
  # sprite_matrix = l2_normalize_rows(sprite_matrix)
3491
  # img_matrix = l2_normalize_rows(img_matrix)
3492
- sprite_features = clip_embd.embed_image(sprite_image_paths)
3493
 
3494
  # ============================== #
3495
  # COMPUTE SIMILARITIES #
 
3489
 
3490
  # sprite_matrix = l2_normalize_rows(sprite_matrix)
3491
  # img_matrix = l2_normalize_rows(img_matrix)
3492
+ sprite_features = clip_embd.embed_image(sprite_base_path)
3493
 
3494
  # ============================== #
3495
  # COMPUTE SIMILARITIES #