Update image-upoload.py
Browse files- image-upoload.py +1 -0
image-upoload.py
CHANGED
@@ -16,6 +16,7 @@ _HOMEPAGE = "https://huggingface.co/datasets/jamescalam/image-text-demo"
|
|
16 |
_LICENSE = ""
|
17 |
_URL="https://huggingface.co/datasets/aadhiya/image-upoload/resolve/main/images.tar.gz"
|
18 |
_REPO = "https://huggingface.co/datasets/jamescalam/image-text-demo"
|
|
|
19 |
|
20 |
class ImageSet(datasets.GeneratorBasedBuilder):
|
21 |
"""Small sample of image-text pairs"""
|
|
|
16 |
_LICENSE = ""
|
17 |
_URL="https://huggingface.co/datasets/aadhiya/image-upoload/resolve/main/images.tar.gz"
|
18 |
_REPO = "https://huggingface.co/datasets/jamescalam/image-text-demo"
|
19 |
+
descriptions=['Botpeg Singing','Botpeg Thinking','Botpeg Dancing']
|
20 |
|
21 |
class ImageSet(datasets.GeneratorBasedBuilder):
|
22 |
"""Small sample of image-text pairs"""
|