Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ index = pinecone.GRPCIndex(index_name)
|
|
27 |
# load the dataset from huggingface datasets hub
|
28 |
fashion = load_dataset(
|
29 |
"ashraq/fashion-product-images-small",
|
30 |
-
split='train[:
|
31 |
)
|
32 |
|
33 |
images = fashion["image"]
|
|
|
27 |
# load the dataset from huggingface datasets hub
|
28 |
fashion = load_dataset(
|
29 |
"ashraq/fashion-product-images-small",
|
30 |
+
split='train[:10000]'
|
31 |
)
|
32 |
|
33 |
images = fashion["image"]
|