We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932536c commit 3f03e9fCopy full SHA for 3f03e9f
tests/test_clip_client.py
@@ -6,7 +6,7 @@
6
LOGGER.info("Test ClipClient.query()")
7
from clip_retrieval.clip_client import ClipClient, Modality
8
9
-test_url = "https://placekitten.com/400/600"
+test_url = "https://upload.wikimedia.org/wikipedia/commons/3/3a/Cat03.jpg"
10
test_caption = "an image of a cat"
11
test_image_1 = "tests/test_clip_inference/test_images/123_456.jpg"
12
test_image_2 = "tests/test_clip_inference/test_images/416_264.jpg"
0 commit comments