Update upload-image
Browse files- upload-image +2 -2
upload-image
CHANGED
@@ -11,11 +11,11 @@ year={2022}
|
|
11 |
_DESCRIPTION = """\
|
12 |
Demo dataset for testing or showing image-text capabilities.
|
13 |
"""
|
14 |
-
_HOMEPAGE = "https://huggingface.co/datasets/
|
15 |
|
16 |
_LICENSE = ""
|
17 |
|
18 |
-
_REPO = "https://huggingface.co/datasets/
|
19 |
|
20 |
class ImageSet(datasets.GeneratorBasedBuilder):
|
21 |
"""Small sample of image-text pairs"""
|
|
|
11 |
_DESCRIPTION = """\
|
12 |
Demo dataset for testing or showing image-text capabilities.
|
13 |
"""
|
14 |
+
_HOMEPAGE = "https://huggingface.co/datasets/MahnoorMalik/upload-image-demo"
|
15 |
|
16 |
_LICENSE = ""
|
17 |
|
18 |
+
_REPO = "https://huggingface.co/datasets/MahnoorMalik/upload-image-demo"
|
19 |
|
20 |
class ImageSet(datasets.GeneratorBasedBuilder):
|
21 |
"""Small sample of image-text pairs"""
|