Datasets:
michelecafagna26
commited on
Commit
•
b87a5ec
1
Parent(s):
7866a2c
Update hl.py
Browse files
hl.py
CHANGED
@@ -32,7 +32,8 @@ _HOMEPAGE = ""
|
|
32 |
|
33 |
_LICENSE = "Apache 2.0"
|
34 |
|
35 |
-
_URL = "https://huggingface.co/datasets/michelecafagna26/hl/main/data/images.zip"
|
|
|
36 |
|
37 |
|
38 |
class HL(datasets.GeneratorBasedBuilder):
|
|
|
32 |
|
33 |
_LICENSE = "Apache 2.0"
|
34 |
|
35 |
+
#_URL = "https://huggingface.co/datasets/michelecafagna26/hl/main/data/images.zip"
|
36 |
+
_URL = "https://huggingface.co/datasets/michelecafagna26/hl/blob/main/data/images.zip"
|
37 |
|
38 |
|
39 |
class HL(datasets.GeneratorBasedBuilder):
|