Skip to content

Commit

Permalink
[BLIP] update blip path on slow tests (huggingface#21476)
Browse files Browse the repository at this point in the history
* update blip path

* Update tests/models/blip/test_modeling_blip.py
  • Loading branch information
younesbelkada authored Feb 17, 2023
1 parent 087fd5f commit 8a4c319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/blip/test_modeling_blip.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8a4c319

Please sign in to comment.