Skip to content

Commit

Permalink
Merge pull request microsoft#17 from nmstoker/master
Browse files Browse the repository at this point in the history
nit: fix spelling for requirements.txt
  • Loading branch information
yadong-lu authored Oct 26, 2024
2 parents 757a685 + 2638ca3 commit 391d62d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Install environment:
```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.
Expand Down
File renamed without changes.

0 comments on commit 391d62d

Please sign in to comment.