update gradio demo, readme

This commit is contained in:
yadonglu
2024-10-25 19:35:50 -07:00
parent dfe9d4a8a7
commit 65e14323d1
4 changed files with 19 additions and 12 deletions

View File

@@ -21,6 +21,7 @@ conda create -n "omni" python==3.12
conda activate omni
pip install -r requirement.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.
## Examples:
We put together a few simple examples in the demo.ipynb.