Skip to content

Commit 1b54bf0

Browse files
committed
Update overview.rst
1 parent 72b911c commit 1b54bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ The ``deploy`` method returns a `LambdaPredictor`_ instance. Use the
10921092
10931093
.. code:: python
10941094
1095-
url = "https://c.files.bbci.co.uk/12A9B/production/_111434467_gettyimages-1143489763.jpg"
1095+
url = "https://example.com/cat.jpeg"
10961096
predictor.predict({"url": url}) # {'class': 'tabby'}
10971097
10981098
Once you are done performing inference on Lambda, free the `LambdaModel`_ and

0 commit comments

Comments
 (0)