Redmind commited on
Commit
983a293
·
verified ·
1 Parent(s): 560ed75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def get_image_embedding(image_path):
106
  # Print the actual embedding dimension
107
  print(f"Image embedding shape: {image_embedding.shape}")
108
 
109
- """ # CASE 1: Embedding is already 384-dimensional ✅
110
  if len(image_embedding) == 384:
111
  return image_embedding.tolist()
112
 
 
106
  # Print the actual embedding dimension
107
  print(f"Image embedding shape: {image_embedding.shape}")
108
 
109
+ """ # CASE 1: Embedding is already 384-dimensional ✅
110
  if len(image_embedding) == 384:
111
  return image_embedding.tolist()
112