bendeguzszabo commited on
Commit
2710518
·
1 Parent(s): d81b56b

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -11,7 +11,7 @@ from datasets import *
11
 
12
  dataset = load_dataset("huggan/CelebA-faces", download_mode='force_redownload')
13
  dataset.cleanup_cache_files()
14
- candidate_subset = dataset["train"].select(range(10)) # This is a small CBIR app! :D
15
 
16
  def index_dataset(dataset):
17
  print(dataset)
 
11
 
12
  dataset = load_dataset("huggan/CelebA-faces", download_mode='force_redownload')
13
  dataset.cleanup_cache_files()
14
+ candidate_subset = dataset["train"].select(range(500)) # This is a small CBIR app! :D
15
 
16
  def index_dataset(dataset):
17
  print(dataset)