Spaces:
Runtime error
Runtime error
Samuel Schmidt
commited on
Commit
·
d90092b
1
Parent(s):
230d2d3
Fix variable name
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -27,7 +27,7 @@ def index_dataset(dataset):
|
|
27 |
dataset_with_embeddings.save_faiss_index('color_embeddings', 'color_index.faiss')
|
28 |
|
29 |
dataset_with_embeddings.add_faiss_index(column='clip_embeddings')
|
30 |
-
|
31 |
|
32 |
|
33 |
print(dataset_with_embeddings)
|
|
|
27 |
dataset_with_embeddings.save_faiss_index('color_embeddings', 'color_index.faiss')
|
28 |
|
29 |
dataset_with_embeddings.add_faiss_index(column='clip_embeddings')
|
30 |
+
dataset_with_embeddings.save_faiss_index('clip_embeddings', 'clip_index.faiss')
|
31 |
|
32 |
|
33 |
print(dataset_with_embeddings)
|