Unverified Commit 8a4c319d authored by Younes Belkada's avatar Younes Belkada Committed by GitHub
Browse files

[`BLIP`] update blip path on slow tests (#21476)

* update blip path

* Update tests/models/blip/test_modeling_blip.py
parent 087fd5f3
...@@ -1077,7 +1077,7 @@ class BlipTextImageModelTest(ModelTesterMixin, unittest.TestCase): ...@@ -1077,7 +1077,7 @@ class BlipTextImageModelTest(ModelTesterMixin, unittest.TestCase):
# We will verify our results on an image of cute cats # We will verify our results on an image of cute cats
def prepare_img(): 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) im = Image.open(requests.get(url, stream=True).raw)
return im return im
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment