jainr3 commited on
Commit
8d9c67f
1 Parent(s): 57bd013

Update diffusiondb-pixelart.py

Browse files
Files changed (1) hide show
  1. diffusiondb-pixelart.py +3 -0
diffusiondb-pixelart.py CHANGED
@@ -367,6 +367,9 @@ class DiffusionDB(datasets.GeneratorBasedBuilder):
367
 
368
  # We have to use pandas here to make the dataset preview work (it
369
  # uses streaming mode)
 
 
 
370
  metadata_table = pd.read_parquet(
371
  metadata_path,
372
  filters=[("part_id", "in", part_ids)],
 
367
 
368
  # We have to use pandas here to make the dataset preview work (it
369
  # uses streaming mode)
370
+
371
+ print(metadata_path)
372
+
373
  metadata_table = pd.read_parquet(
374
  metadata_path,
375
  filters=[("part_id", "in", part_ids)],