yonatanbitton commited on
Commit
fb7f7d7
·
1 Parent(s): 685a0c3

Update utk_faces.py

Browse files
Files changed (1) hide show
  1. utk_faces.py +1 -1
utk_faces.py CHANGED
@@ -22,7 +22,7 @@ from huggingface_hub import hf_hub_url
22
  _INPUT_CSV = "utk_dataset_metadata.csv"
23
  _INPUT_IMAGES = "utk_faces_images"
24
  _REPO_ID = "nlphuji/utk_faces"
25
- _IMAGE_EXTENSION = 'jpg.chip.jpg'
26
 
27
  class Dataset(datasets.GeneratorBasedBuilder):
28
  VERSION = datasets.Version("1.1.0")
 
22
  _INPUT_CSV = "utk_dataset_metadata.csv"
23
  _INPUT_IMAGES = "utk_faces_images"
24
  _REPO_ID = "nlphuji/utk_faces"
25
+ _IMAGE_EXTENSION = 'chip.jpg'
26
 
27
  class Dataset(datasets.GeneratorBasedBuilder):
28
  VERSION = datasets.Version("1.1.0")