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.