michelecafagna26 commited on
Commit
c3d8ff6
1 Parent(s): 727b7a2

Update hl.py

Browse files
Files changed (1) hide show
  1. hl.py +1 -1
hl.py CHANGED
@@ -32,7 +32,7 @@ _HOMEPAGE = ""
32
 
33
  _LICENSE = "Apache 2.0"
34
 
35
- _IMG = "https://huggingface.co/datasets/michelecafagna26/hl/resolve/main/data/images.zip"
36
  _TRAIN = "https://huggingface.co/datasets/michelecafagna26/hl/resolve/main/data/annotations/train.jsonl"
37
  _TEST = "https://huggingface.co/datasets/michelecafagna26/hl/resolve/main/data/annotations/test.jsonl"
38
 
 
32
 
33
  _LICENSE = "Apache 2.0"
34
 
35
+ _IMG = "https://huggingface.co/datasets/michelecafagna26/hl/resolve/main/data/images.tar.gz"
36
  _TRAIN = "https://huggingface.co/datasets/michelecafagna26/hl/resolve/main/data/annotations/train.jsonl"
37
  _TEST = "https://huggingface.co/datasets/michelecafagna26/hl/resolve/main/data/annotations/test.jsonl"
38