Update CLEVR-Sudoku.py
Browse files- CLEVR-Sudoku.py +1 -1
CLEVR-Sudoku.py
CHANGED
@@ -162,7 +162,7 @@ class CLEVRSudoku(datasets.GeneratorBasedBuilder):
|
|
162 |
print(i, file_path)
|
163 |
|
164 |
# Read and parse the JSON content
|
165 |
-
json_content = json.load(
|
166 |
|
167 |
# Extract the specific fields from the JSON
|
168 |
extracted_data = {
|
|
|
162 |
print(i, file_path)
|
163 |
|
164 |
# Read and parse the JSON content
|
165 |
+
json_content = json.load(file_path)
|
166 |
|
167 |
# Extract the specific fields from the JSON
|
168 |
extracted_data = {
|