Skip to content

Commit 17ceab5

Browse files
committed
Remove GCS reference
Change-Id: I5c1b8cbccee0e13d8aca70582a76e0c089e040ed
1 parent 650d74e commit 17ceab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/generativeai/types/image_types/_image_types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ def __init__(
184184

185185
@staticmethod
186186
def load_from_file(location: os.PathLike) -> "Image":
187-
"""Loads image from local file or Google Cloud Storage.
187+
"""Loads image from local file.
188188
189189
Args:
190-
location: Local path or Google Cloud Storage uri from where to load
190+
location: Local path from where to load
191191
the image.
192192
193193
Returns:

0 commit comments

Comments
 (0)