a-alnaggar
commited on
Commit
•
76ab457
1
Parent(s):
61e15f9
Update khatt-paragraphs.py
Browse files- khatt-paragraphs.py +1 -1
khatt-paragraphs.py
CHANGED
@@ -42,7 +42,7 @@ class KhattPara(datasets.GeneratorBasedBuilder):
|
|
42 |
datasets.SplitGenerator(
|
43 |
name=datasets.Split.TRAIN,
|
44 |
gen_kwargs={
|
45 |
-
"
|
46 |
}
|
47 |
),
|
48 |
]
|
|
|
42 |
datasets.SplitGenerator(
|
43 |
name=datasets.Split.TRAIN,
|
44 |
gen_kwargs={
|
45 |
+
"images": image_iters,
|
46 |
}
|
47 |
),
|
48 |
]
|