Datasets:

Languages:
English
ArXiv:
License:
yasumasaonoe commited on
Commit
4aa0a82
·
verified ·
1 Parent(s): 204d8ca

Update docci.py

Browse files
Files changed (1) hide show
  1. docci.py +1 -1
docci.py CHANGED
@@ -142,7 +142,7 @@ class DOCCI(datasets.GeneratorBasedBuilder):
142
 
143
  example_id = os.path.splitext(os.path.basename(image_path))[0]
144
 
145
- pirnt(image_path)
146
  print(example_id)
147
  print()
148
 
 
142
 
143
  example_id = os.path.splitext(os.path.basename(image_path))[0]
144
 
145
+ print(image_path)
146
  print(example_id)
147
  print()
148