Update floors-cities-targz.py
Browse files- 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.
|
| 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 |
),
|