JoJosmin commited on
Commit
a44cf9f
1 Parent(s): bb29813

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ clip_model, preprocess_val, tokenizer, device = load_clip_model()
35
  # Load chromaDB
36
  client = chromadb.PersistentClient(path="./clothesDB_11Musinsa_20241024")
37
  #collection = client.get_collection(name="clothes_items_ver3")
38
- collection = client.get_collection(name="clothes_11")
39
 
40
 
41
  # Helper functions
 
35
  # Load chromaDB
36
  client = chromadb.PersistentClient(path="./clothesDB_11Musinsa_20241024")
37
  #collection = client.get_collection(name="clothes_items_ver3")
38
+ collection = client.get_collection(name="clothes_11_ver2")
39
 
40
 
41
  # Helper functions