Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ yolo_model = load_yolo_model()
|
|
33 |
@st.cache_resource
|
34 |
def load_chromadb():
|
35 |
client = chromadb.PersistentClient(path="./chromadb_new")
|
36 |
-
collection = client.get_collection(name="
|
37 |
return collection
|
38 |
|
39 |
collection = load_chromadb()
|
|
|
33 |
@st.cache_resource
|
34 |
def load_chromadb():
|
35 |
client = chromadb.PersistentClient(path="./chromadb_new")
|
36 |
+
collection = client.get_collection(name="clothes_items_musinsa_sumin")
|
37 |
return collection
|
38 |
|
39 |
collection = load_chromadb()
|