wintercoming6 commited on
Commit
485ce10
1 Parent(s): 185d6b8

Update artwork_for_sdxl.py

Browse files
Files changed (1) hide show
  1. artwork_for_sdxl.py +1 -1
artwork_for_sdxl.py CHANGED
@@ -100,5 +100,5 @@ class Artwork(datasets.GeneratorBasedBuilder):
100
 
101
  yield row.file_name, {
102
  "image_data": img,
103
- "prompt": "label",
104
  }
 
100
 
101
  yield row.file_name, {
102
  "image_data": img,
103
+ "prompt": row.prompt,
104
  }