jais2003 commited on
Commit
bc94d79
·
verified ·
1 Parent(s): 22856fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ class FashionItem(LanceModel):
115
  """
116
 
117
  # TODO: Add vector field for embeddings
118
- vector: Vector(clip_model.ndims())
119
 
120
 
121
  # TODO: Add image field
 
115
  """
116
 
117
  # TODO: Add vector field for embeddings
118
+ vector: Vector(clip_model.ndims()) = clip_model.VectorField()
119
 
120
 
121
  # TODO: Add image field