Skip to content

Commit 82073fc

Browse files
authored
fix: update suggested video for summarization (#13161)
1 parent d3c36d2 commit 82073fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generative_ai/video/gemini_youtube_video_summarization_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def generate_content() -> str:
3030
# Text prompt
3131
"Summarize this video.",
3232
# YouTube video of Google Pixel 9
33-
Part.from_uri("https://youtu.be/sXrasaDZxw0", "video/mp4"),
33+
Part.from_uri("https://youtu.be/MsAPm8TCFhU", "video/mp4"),
3434
]
3535

3636
response = model.generate_content(contents)

0 commit comments

Comments
 (0)