williamberman commited on
Commit
97a8731
1 Parent(s): c40950b
Files changed (1) hide show
  1. fill10.py +2 -2
fill10.py CHANGED
@@ -12,8 +12,8 @@ _CITATION = "TODO"
12
 
13
  _FEATURES = datasets.Features(
14
  {
15
- "image": datasets.Image(decode=True),
16
- "conditioning_image": datasets.Image(decode=True),
17
  "text": datasets.Value("string"),
18
  },
19
  )
 
12
 
13
  _FEATURES = datasets.Features(
14
  {
15
+ "image": datasets.Image(),
16
+ "conditioning_image": datasets.Image(),
17
  "text": datasets.Value("string"),
18
  },
19
  )