vkashko commited on
Commit
65e20bd
·
1 Parent(s): 0f4f76e
Files changed (1) hide show
  1. portrait_and_26_photos.py +1 -1
portrait_and_26_photos.py CHANGED
@@ -95,7 +95,7 @@ class PortraitAnd26Photos(datasets.GeneratorBasedBuilder):
95
  data = {
96
  row[5]: {
97
  'path': row[6],
98
- 'bytes': io.BytesIO(row[7])
99
  } for row in annotation.itertuples()
100
  }
101
 
 
95
  data = {
96
  row[5]: {
97
  'path': row[6],
98
+ 'bytes': row[7]
99
  } for row in annotation.itertuples()
100
  }
101