wintercoming6
commited on
Commit
•
2d62ac0
1
Parent(s):
485ce10
Update artwork_for_sdxl.py
Browse files- artwork_for_sdxl.py +1 -1
artwork_for_sdxl.py
CHANGED
@@ -98,7 +98,7 @@ class Artwork(datasets.GeneratorBasedBuilder):
|
|
98 |
|
99 |
# examples_json = json.dumps(examples)
|
100 |
|
101 |
-
yield
|
102 |
"image_data": img,
|
103 |
"prompt": row.prompt,
|
104 |
}
|
|
|
98 |
|
99 |
# examples_json = json.dumps(examples)
|
100 |
|
101 |
+
yield {
|
102 |
"image_data": img,
|
103 |
"prompt": row.prompt,
|
104 |
}
|