vkashko commited on
Commit
52525b4
1 Parent(s): 120a49b

fix: bug with name

Browse files
Files changed (1) hide show
  1. portrait_and_26_photos.py +1 -1
portrait_and_26_photos.py CHANGED
@@ -23,7 +23,7 @@ _LICENSE = ""
23
  _DATA = f"https://huggingface.co/datasets/TrainingDataPro/{_NAME}/resolve/main/data/"
24
 
25
 
26
- class FaceSegmentation(datasets.GeneratorBasedBuilder):
27
  """Small sample of image-text pairs"""
28
 
29
  def _info(self):
 
23
  _DATA = f"https://huggingface.co/datasets/TrainingDataPro/{_NAME}/resolve/main/data/"
24
 
25
 
26
+ class PortraitAnd26Photos(datasets.GeneratorBasedBuilder):
27
  """Small sample of image-text pairs"""
28
 
29
  def _info(self):