From 3d3ecdee55a357c44f8fc1e69190740553463cd6 Mon Sep 17 00:00:00 2001 From: Viktor Garske Date: Wed, 5 Apr 2023 15:42:51 +0200 Subject: [PATCH] Fix YouTube embedding link in lesson24.qmd This commit fixes the embedded YouTube player in lesson 24 (Attention) as the video could not be displayed. It updates the YouTube iframe embedding link and removes the duplicate URL prefix so that only the video ID is included in the path. --- Lessons/lesson24.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lessons/lesson24.qmd b/Lessons/lesson24.qmd index f1032c7..14fdae0 100644 --- a/Lessons/lesson24.qmd +++ b/Lessons/lesson24.qmd @@ -15,7 +15,7 @@ In this lesson, we wrap up our exploration of the unconditional stable diffusion ## Video - + - [Discuss this lesson](https://forums.fast.ai/t/lesson-24-official-topic/104358)