Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrankriyam authored Oct 11, 2024
1 parent d446104 commit 533fcdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ do {
prompt: "A serene lake with mountains in the background",
image: image,
duration: .medium,
aspectRatio: .square
aspectRatio: .widescreen
)
print("Video generated successfully: \(videoURL)")
} catch {
Expand All @@ -60,7 +60,7 @@ do {
prompt: "A bustling cityscape transforming through seasons",
imageURL: imageURL,
duration: .long,
aspectRatio: .vertical,
aspectRatio: .portrait,
watermark: true
)
print("Video generated successfully: \(videoURL)")
Expand Down

0 comments on commit 533fcdc

Please sign in to comment.