Search is not available for this dataset
The dataset viewer is not available for this split.
Server error while post-processing the rows. This occured on row 422. Please report the issue.
Error code:   TransformRowsProcessingError
Exception:    KeyError
Message:      b'  '
Traceback:    Traceback (most recent call last):
                File "/src/libs/libapi/src/libapi/rows_utils.py", line 37, in _transform_row
                  transformed_row[featureName] = get_cell_value(
                                                 ~~~~~~~~~~~~~~^
                      dataset=dataset,
                      ^^^^^^^^^^^^^^^^
                  ...<9 lines>...
                      hf_token=hf_token,
                      ^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/libs/libcommon/src/libcommon/viewer_utils/features.py", line 426, in get_cell_value
                  return image(
                      dataset=dataset,
                  ...<9 lines>...
                      json_path=json_path,
                  )
                File "/src/libs/libcommon/src/libcommon/viewer_utils/features.py", line 126, in image
                  return create_image_file(
                      dataset=dataset,
                  ...<8 lines>...
                      storage_client=storage_client,
                  )
                File "/src/libs/libcommon/src/libcommon/viewer_utils/asset.py", line 81, in create_image_file
                  image.save(fp=buffer, format=format)
                  ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/PIL/Image.py", line 2679, in save
                  self._ensure_mutable()
                  ~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/PIL/Image.py", line 727, in _ensure_mutable
                  self._copy()
                  ~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/PIL/Image.py", line 721, in _copy
                  self.load()
                  ~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/PIL/ImageFile.py", line 382, in load
                  err_code = decoder.decode(b"")[1]
                             ~~~~~~~~~~~~~~^^^^^
                File "/usr/local/lib/python3.14/site-packages/PIL/XpmImagePlugin.py", line 141, in decode
                  data += palette[key]
                          ~~~~~~~^^^^^
              KeyError: b'  '

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.