Chesscorner commited on
Commit
7b9e4ff
·
verified ·
1 Parent(s): 2c32a7c

Update chess_ground-targz.py

Browse files
Files changed (1) hide show
  1. 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.targz"
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)