diff --git a/docs/src/tutorials/index.md b/docs/src/tutorials/index.md index 6c206b8ec..cc472b839 100644 --- a/docs/src/tutorials/index.md +++ b/docs/src/tutorials/index.md @@ -74,7 +74,7 @@ const large_models = [ }, { href: "https://github.com/LuxDL/Lux.jl/tree/main/examples/DDIM", - src: "https://github.com/LuxDL/Lux.jl/tree/main/examples/DDIM/assets/flowers_generated.png", + src: "https://raw.githubusercontent.com/LuxDL/Lux.jl/main/examples/DDIM/assets/flowers_generated.png", caption: "Denoising Diffusion Implicit Model (DDIM)", desc: "Train a Diffusion Model to generate images from Gaussian noises." }