jamescalam
commited on
Commit
·
ca33577
1
Parent(s):
a708c87
Update image-text-demo.py
Browse files- image-text-demo.py +0 -1
image-text-demo.py
CHANGED
@@ -25,7 +25,6 @@ class ImageSet(datasets.GeneratorBasedBuilder):
|
|
25 |
description=_DESCRIPTION,
|
26 |
features=datasets.Features(
|
27 |
{
|
28 |
-
'id': datasets.Value("int32"),
|
29 |
'text': datasets.Value("string"),
|
30 |
'image': datasets.Image(),
|
31 |
}
|
|
|
25 |
description=_DESCRIPTION,
|
26 |
features=datasets.Features(
|
27 |
{
|
|
|
28 |
'text': datasets.Value("string"),
|
29 |
'image': datasets.Image(),
|
30 |
}
|