diff --git a/tests/models/blip/test_modeling_blip.py b/tests/models/blip/test_modeling_blip.py index c1c208d36bd7d6..3a847aaff0c124 100644 --- a/tests/models/blip/test_modeling_blip.py +++ b/tests/models/blip/test_modeling_blip.py @@ -1077,7 +1077,7 @@ def test_model_from_pretrained(self): # We will verify our results on an image of cute cats def prepare_img(): - url = "https://storage.googleapis.com/sfr-vision-language-research/BLIP/demo.jpg" + url = "https://huggingface.co/hf-internal-testing/blip-test-image/resolve/main/demo.jpg" im = Image.open(requests.get(url, stream=True).raw) return im