Datasets:

toniwuest commited on
Commit
273a779
·
verified ·
1 Parent(s): 4c81770

Update CLEVR-Sudoku.py

Browse files
Files changed (1) hide show
  1. 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(file_obj)
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 = {