jainr3 commited on
Commit
567d2c2
1 Parent(s): 82a21df

Update diffusiondb-pixelart.py

Browse files
Files changed (1) hide show
  1. diffusiondb-pixelart.py +1 -1
diffusiondb-pixelart.py CHANGED
@@ -41,7 +41,7 @@ _VERSION = datasets.Version("0.9.1")
41
  # hf_hub_url() provides a more flexible way to resolve the file URLs
42
  # https://huggingface.co/datasets/jainr3/diffusiondb-pixelart/resolve/main/images/part-000001.zip
43
  _URLS = {}
44
- _PART_IDS = range(1, 2001)
45
 
46
  for i in _PART_IDS:
47
  _URLS[i] = hf_hub_url(
 
41
  # hf_hub_url() provides a more flexible way to resolve the file URLs
42
  # https://huggingface.co/datasets/jainr3/diffusiondb-pixelart/resolve/main/images/part-000001.zip
43
  _URLS = {}
44
+ _PART_IDS = range(1, 3)
45
 
46
  for i in _PART_IDS:
47
  _URLS[i] = hf_hub_url(