From 99aceea1818a5fdcc8753a2d1228f03a4641321f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Budy=C5=9B?= Date: Tue, 9 Jul 2024 16:31:33 +0200 Subject: [PATCH] fix typo --- mokuro/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mokuro/run.py b/mokuro/run.py index f4f454e..18df14b 100644 --- a/mokuro/run.py +++ b/mokuro/run.py @@ -30,7 +30,7 @@ def run( Process manga volumes with mokuro. Args: - paths: Paths to manga volumes. Volume can ba a directory, a zip file or a cbz file. + paths: Paths to manga volumes. Volume can be a directory, a zip file or a cbz file. parent_dir: Parent directory to scan for volumes. If provided, all volumes inside this directory will be processed. pretrained_model_name_or_path: Name or path of the manga-ocr model. force_cpu: Force the use of CPU even if CUDA is available.