fix: bug with name
Browse files
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
|
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):
|