jamescalam
commited on
Commit
•
3d87ddf
1
Parent(s):
9a623e5
Update image-text-demo.py
Browse files- image-text-demo.py +2 -2
image-text-demo.py
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/jamescalam/image-
|
15 |
|
16 |
_LICENSE = ""
|
17 |
|
18 |
-
_REPO = "https://huggingface.co/datasets/jamescalam/image-
|
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/jamescalam/image-text-demo"
|
15 |
|
16 |
_LICENSE = ""
|
17 |
|
18 |
+
_REPO = "https://huggingface.co/datasets/jamescalam/image-text-demo"
|
19 |
|
20 |
class ImageSet(datasets.GeneratorBasedBuilder):
|
21 |
"""Small sample of image-text pairs"""
|