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.
2 parents 8a52d31 + aff7d38 commit 56aa743Copy full SHA for 56aa743
tests/inference/models_predictions_tests/test_owlv2.py
@@ -455,7 +455,7 @@ def embed_image(self, image):
455
_ = image.image_as_numpy
456
image.unload_numpy_image()
457
self.after_unload = image.image is None and image._image_as_numpy is None
458
- return "hash"
+ return "hash", ()
459
460
def infer_from_embed(self, *args, **kwargs):
461
return []
0 commit comments