Update fixtures_image_utils.py
Browse files- fixtures_image_utils.py +1 -1
fixtures_image_utils.py
CHANGED
@@ -57,7 +57,7 @@ class FixturesImageUtils(datasets.GeneratorBasedBuilder):
|
|
57 |
)
|
58 |
def _split_generators(self, dl_manager):
|
59 |
DL_URLS = [
|
60 |
-
f"https://huggingface.co/datasets/
|
61 |
for name in ["lena.png", "parrots.png", "tree.png", "cat-rotated.jpg"]
|
62 |
]
|
63 |
archive_path = dl_manager.download_and_extract(DL_URLS)
|
|
|
57 |
)
|
58 |
def _split_generators(self, dl_manager):
|
59 |
DL_URLS = [
|
60 |
+
f"https://huggingface.co/datasets/hf-internal-testing/fixtures_image_utils/raw/main/{name}"
|
61 |
for name in ["lena.png", "parrots.png", "tree.png", "cat-rotated.jpg"]
|
62 |
]
|
63 |
archive_path = dl_manager.download_and_extract(DL_URLS)
|