Anyone has same problem when using api?

#17
by lallala - opened

I use python to write a simple script to check the outcome of my image.
It goes well when I use my first image to test.
But I change the image name to test other cases, the error will occur
'''
{'error': 'Model Salesforce/blip-image-captioning-large is currently loading', 'estimated_time': 75.16575622558594}
'''

Salesforce org

Hi @lallala
If you use a local instance, can you try out the snippets shared on the model card? Make sure also to use the latest version of HF packages, e.g. pip install -U transformers

Sign up or log in to comment