Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ def load_segmentation_model():
|
|
156 |
def setup_multimodal_collection():
|
157 |
"""멀티모달 컬렉션 설정"""
|
158 |
try:
|
159 |
-
client = chromadb.PersistentClient(path="./
|
160 |
embedding_function = CustomFashionEmbeddingFunction()
|
161 |
data_loader = ImageLoader()
|
162 |
|
|
|
156 |
def setup_multimodal_collection():
|
157 |
"""멀티모달 컬렉션 설정"""
|
158 |
try:
|
159 |
+
client = chromadb.PersistentClient(path="./fashion_multimodal_db_original")
|
160 |
embedding_function = CustomFashionEmbeddingFunction()
|
161 |
data_loader = ImageLoader()
|
162 |
|