Skip to content

Commit

Permalink
fix: Code styling
Browse files Browse the repository at this point in the history
Signed-off-by: Nikos Livathinos <[email protected]>
  • Loading branch information
nikos-livathinos committed Dec 10, 2024
1 parent c5c5c61 commit 5c232b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docling_ibm_models/layoutmodel/layout_predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(
self._black_classes = set() # ["Form", "Key-Value Region"])

# Set basic params
self._threshold = 0.3 # Score threshold
self._threshold = 0.3 # Score threshold
self._image_size = 640
self._size = np.asarray([[self._image_size, self._image_size]], dtype=np.int64)

Expand Down

0 comments on commit 5c232b2

Please sign in to comment.