From 91efec1bfa4346ba5cb195797ff30b395ed62438 Mon Sep 17 00:00:00 2001 From: TonyLee1256 <163754792+TonyLee1256@users.noreply.github.com> Date: Tue, 7 May 2024 13:26:50 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e6bcb4..cc9b1a8 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ python=3.10 # use --inference-mode option to enable GPU(cuda or mps) inference #+e.g. python inference.py -img "./img.jpg" --inference-mode cuda # use -mix option to enable mixed text and formula recognition - #+e.g. python inferene.py -img "./img.jpg" -mix -lang 'en' + #+e.g. python inferene.py -img "./img.jpg" -mix -lang "en" ``` > The first time you run it, the required checkpoints will be downloaded from Hugging Face