Skip to content

Commit

Permalink
Fix YouTube embedding link in lesson24.qmd
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
v-gar authored Apr 5, 2023
1 parent 67ac01b commit 3d3ecde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lessons/lesson24.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In this lesson, we wrap up our exploration of the unconditional stable diffusion

## Video

<iframe width="514" height="289" src="https://www.youtube-nocookie.com/embed/https://www.youtube.com/watch?v=DH5bp6zTPB4?modestbranding=1" title="fast.ai lesson 24" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="514" height="289" src="https://www.youtube-nocookie.com/embed/DH5bp6zTPB4?modestbranding=1" title="fast.ai lesson 24" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

- [Discuss this lesson](https://forums.fast.ai/t/lesson-24-official-topic/104358)

0 comments on commit 3d3ecde

Please sign in to comment.