wheres-my-python commited on
Commit
f96f510
·
verified ·
1 Parent(s): 59ebf80

Update floors-cities-targz.py

Browse files
Files changed (1) hide show
  1. floors-cities-targz.py +1 -1
floors-cities-targz.py CHANGED
@@ -41,7 +41,7 @@ class FloorplansTargz(datasets.GeneratorBasedBuilder):
41
  # Option to use any Apache arrow feature other than "string"
42
  {
43
  "id": datasets.Value("string"),
44
- "image": datasets.Image(),
45
  # "prompt": datasets.Value("string"), (optional)
46
  }
47
  ),
 
41
  # Option to use any Apache arrow feature other than "string"
42
  {
43
  "id": datasets.Value("string"),
44
+ "image": datasets.Value("string"),
45
  # "prompt": datasets.Value("string"), (optional)
46
  }
47
  ),