rapadilla commited on
Commit
2daafeb
1 Parent(s): dc2f677

removing empty lines

Browse files
Files changed (1) hide show
  1. interior-cgi.py +0 -2
interior-cgi.py CHANGED
@@ -66,7 +66,6 @@ class CGInteriorDataset(datasets.GeneratorBasedBuilder):
66
  Returns:
67
  DatasetInfo: Metadata and features of the dataset.
68
  """
69
-
70
  return datasets.DatasetInfo(
71
  description=_DESCRIPTION,
72
  features=datasets.Features(
@@ -123,7 +122,6 @@ class CGInteriorDataset(datasets.GeneratorBasedBuilder):
123
  Yields:
124
  Dict[str, Union[str, Image]]: A dictionary containing the generated examples.
125
  """
126
-
127
  for idx, img_path in enumerate(files):
128
  path = Path(img_path)
129
  if path.suffix in _ALLOWED_IMG_EXT:
 
66
  Returns:
67
  DatasetInfo: Metadata and features of the dataset.
68
  """
 
69
  return datasets.DatasetInfo(
70
  description=_DESCRIPTION,
71
  features=datasets.Features(
 
122
  Yields:
123
  Dict[str, Union[str, Image]]: A dictionary containing the generated examples.
124
  """
 
125
  for idx, img_path in enumerate(files):
126
  path = Path(img_path)
127
  if path.suffix in _ALLOWED_IMG_EXT: