Browse Source

Merge 314715a2a6 into 99c8d45e86

pull/34/merge
Benjamin Jordan 2 years ago committed by GitHub
parent
commit
a597042017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -39,6 +39,8 @@ pip3 install torch torchvision --extra-index-url https://download.pytorch.org/wh
pip install clip-interrogator==0.3.5
```
> If BLIP install fails on `pycocotools`, use `pip install cython` and try again.
You can then use it in your script
```python
from PIL import Image

Loading…
Cancel
Save