From 4f96c6e2545f2c4451807ca88c51b3077d3ba0be Mon Sep 17 00:00:00 2001 From: Neil Stoker Date: Sat, 26 Oct 2024 13:23:36 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 141cf85..3ea061b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ```python conda create -n "omni" python==3.12 conda activate omni -pip install -r requirement.txt +pip install -r requirements.txt ``` Then download the model ckpts files in: https://huggingface.co/microsoft/OmniParser, and put them under weights/, default folder structure is: weights/icon_detect, weights/icon_caption_florence, weights/icon_caption_blip2.