diff --git a/5/index.html b/5/index.html
index 4aa4a5c..81aa40a 100644
--- a/5/index.html
+++ b/5/index.html
@@ -580,12 +580,12 @@
2.2 Training the UNet
2.3 Sampling from the UNet
Now I sample from my time-conditioned unet at epoch 5 and 20. Without controlling for class, the results don't neatly look like any number for the most part, but it's a useful proof of concept.
-

+
Epoch 5 (Time Conditioned)
-

+
Epoch 20 (Time Conditioned)
diff --git a/5/media/time_condition_epoch_20_2.png b/5/media/time_condition_epoch_20_2.png
new file mode 100644
index 0000000..dde36de
Binary files /dev/null and b/5/media/time_condition_epoch_20_2.png differ
diff --git a/5/media/time_condition_epoch_5_2.png b/5/media/time_condition_epoch_5_2.png
new file mode 100644
index 0000000..045a6ef
Binary files /dev/null and b/5/media/time_condition_epoch_5_2.png differ