Update test-latent-diffusion-dataset.py
Browse files
test-latent-diffusion-dataset.py
CHANGED
|
@@ -194,4 +194,4 @@ class TestLatentDiffusionDataset(datasets.GeneratorBasedBuilder):
|
|
| 194 |
"image": {"path": filepath, "bytes": image.read()},
|
| 195 |
"text": descriptions[idx]
|
| 196 |
}
|
| 197 |
-
|
|
|
|
| 194 |
"image": {"path": filepath, "bytes": image.read()},
|
| 195 |
"text": descriptions[idx]
|
| 196 |
}
|
| 197 |
+
idx += 1
|