Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mlucy-stripe committed Oct 29, 2018
1 parent 43f5ff4 commit ac427e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basilica/basilica/__init__.py
Expand Up @@ -121,7 +121,7 @@ def embed_images(self, images, model='generic', version='default',
return self.embed(url, data, batch_size=batch_size, opts=opts, timeout=timeout)

def embed_image(self, image, model='generic', version='default',
opts={}, timeout=5):
opts={}, timeout=10):
"""Generate the embedding for an image. The image should be passed as a byte string.
:param image: The image to embed.
Expand Down

0 comments on commit ac427e0

Please sign in to comment.