Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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
|