From 533fcdcd4d4734f260dc1871823dd288740c5985 Mon Sep 17 00:00:00 2001 From: Rudrank Riyam Date: Fri, 11 Oct 2024 09:37:56 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad3c2dc..048a751 100644 --- a/README.md +++ b/README.md @@ -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 { @@ -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)")