Unable to use BLIP in conda.

#5
by tedoj - opened

I have created a virtual env in conda. And inside which I have git cloned the blip repository. Now whenever I'm trying to import them using "from transformers import BlipProcessor, BlipForQuestionAnswering" it's giving me an import error. How can I fix it?

Salesforce org

Hi @tedoj
To use this model please install transformers : pip install -U transformers

Sign up or log in to comment