summaryrefslogtreecommitdiff
path: root/text_recognizer/data/make_wordpieces.py
diff options
context:
space:
mode:
Diffstat (limited to 'text_recognizer/data/make_wordpieces.py')
-rw-r--r--text_recognizer/data/make_wordpieces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text_recognizer/data/make_wordpieces.py b/text_recognizer/data/make_wordpieces.py
index e062c4c..ef9eb1b 100644
--- a/text_recognizer/data/make_wordpieces.py
+++ b/text_recognizer/data/make_wordpieces.py
@@ -99,7 +99,7 @@ def cli(
"""CLI for training the sentence piece model."""
if data_dir is None:
data_dir = (
- Path(__file__).resolve().parents[2] / "data" / "processed" / "iam_lines"
+ Path(__file__).resolve().parents[2] / "data" / "processed" / "iam_lines"
)
logger.debug(f"Using data dir: {data_dir}")
if not data_dir.exists():