simonza commited on
Commit
16dfef3
·
1 Parent(s): bc13c1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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[:1000]'
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"]