Datasets:
Update diffusiondb-pixelart.py
Browse files- 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,
|
| 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(
|