Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
doc: layout
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark authored Apr 28, 2024
1 parent c775797 commit 0021a9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ client = Gemini(cookies=cookies)
image_client = GeminiImage(cookies=cookies)

response = client.generate_content("Create illustrations of Seoul, South Korea.")

response_images = response.web_images # Check generated images [Dict]

await image_client.save(response_images, "output")
Expand Down

0 comments on commit 0021a9e

Please sign in to comment.