JAWCF commited on
Commit
b26b756
·
1 Parent(s): fd90c31

Update characters.py

Browse files
Files changed (1) hide show
  1. characters.py +1 -1
characters.py CHANGED
@@ -66,5 +66,5 @@ class Characters(datasets.GeneratorBasedBuilder):
66
  for filepath, image in images:
67
  yield {
68
  "image": {"path": filepath, "bytes": image.read()},
69
- "text" : "filepath",
70
  }
 
66
  for filepath, image in images:
67
  yield {
68
  "image": {"path": filepath, "bytes": image.read()},
69
+ "text" : filepath,
70
  }