Skip to content

Commit

Permalink
chore: LVM - Fixed the ImageGenerationModel usage example
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 565637292
  • Loading branch information
Ark-kun authored and copybara-github committed Sep 15, 2023
1 parent 1e7633a commit 5b2492c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vertexai/vision_models/_vision_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ class ImageGenerationModel(
prompt="Astronaut riding a horse",
# Optional:
number_of_images=1,
width=1024,
width=768,
seed=0,
)
response[0].show()
Expand Down

0 comments on commit 5b2492c

Please sign in to comment.