abinthomasonline commited on
Commit
cd9a788
·
1 Parent(s): e95948f

Update stained-glass.py

Browse files
Files changed (1) hide show
  1. stained-glass.py +1 -1
stained-glass.py CHANGED
@@ -18,7 +18,7 @@ class StainedGlass(datasets.GeneratorBasedBuilder):
18
  features=datasets.Features(
19
  {
20
  "image": datasets.Image(),
21
- "caption": datasets.Value(),
22
  }
23
  ),
24
  supervised_keys=("image", "caption"),
 
18
  features=datasets.Features(
19
  {
20
  "image": datasets.Image(),
21
+ "caption": datasets.Value(dtype='string'),
22
  }
23
  ),
24
  supervised_keys=("image", "caption"),