Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ os.environ['NO_PROXY'] = 'huggingface.co'
|
|
9 |
model = SentenceTransformer('clip-ViT-B-32')
|
10 |
|
11 |
# Candidate images.
|
12 |
-
dataset = load_dataset("sasha/pedro-embeddings")
|
13 |
ds = dataset["train"]
|
14 |
ds.add_faiss_index(column='embeddings')
|
15 |
|
|
|
9 |
model = SentenceTransformer('clip-ViT-B-32')
|
10 |
|
11 |
# Candidate images.
|
12 |
+
dataset = load_dataset("sasha/pedro-embeddings-new")
|
13 |
ds = dataset["train"]
|
14 |
ds.add_faiss_index(column='embeddings')
|
15 |
|