Update chess_ground-targz.py
Browse files- chess_ground-targz.py +1 -1
chess_ground-targz.py
CHANGED
@@ -46,7 +46,7 @@ class ChessImageTextDataset(datasets.GeneratorBasedBuilder):
|
|
46 |
"""Define the splits of the dataset."""
|
47 |
|
48 |
# Load the image dataset (tar.gz file)
|
49 |
-
image_dataset_url = "https://huggingface.co/datasets/Chesscorner/chess-images/resolve/main/flat_images.
|
50 |
extracted_image_path = dl_manager.download(image_dataset_url)
|
51 |
|
52 |
# Load the text dataset (ground truths)
|
|
|
46 |
"""Define the splits of the dataset."""
|
47 |
|
48 |
# Load the image dataset (tar.gz file)
|
49 |
+
image_dataset_url = "https://huggingface.co/datasets/Chesscorner/chess-images/resolve/main/flat_images.tar.gz"
|
50 |
extracted_image_path = dl_manager.download(image_dataset_url)
|
51 |
|
52 |
# Load the text dataset (ground truths)
|