wintercoming6 commited on
Commit
bd42b0d
1 Parent(s): 0ab7415

Update artwork_for_sdxl.py

Browse files
Files changed (1) hide show
  1. 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": "ssss",
103
  "prompt": "label",
104
  }
 
98
 
99
  # examples_json = json.dumps(examples)
100
 
101
+ yield row.file_name, {
102
  "image_data": "ssss",
103
  "prompt": "label",
104
  }