Update artwork_for_sdxl.py
Browse files- artwork_for_sdxl.py +1 -0
artwork_for_sdxl.py
CHANGED
@@ -91,6 +91,7 @@ class Artwork(datasets.GeneratorBasedBuilder):
|
|
91 |
print(row.file_name)
|
92 |
print(type(row.file_name))
|
93 |
# print current os directory
|
|
|
94 |
|
95 |
|
96 |
print(os.getcwd())
|
|
|
91 |
print(row.file_name)
|
92 |
print(type(row.file_name))
|
93 |
# print current os directory
|
94 |
+
print(row['file_name'])
|
95 |
|
96 |
|
97 |
print(os.getcwd())
|