From 15932b29f5c1ac6c3d22b013852c6fc10bcff23e Mon Sep 17 00:00:00 2001 From: SwayStar123 <46050679+SwayStar123@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:55:12 +0530 Subject: [PATCH 1/2] Fix unrendered emoji The emoji currently does not render properly and just displays as ":rocket:" on the website. --- unit1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit1/README.md b/unit1/README.md index 89d77d7..e8ea8aa 100644 --- a/unit1/README.md +++ b/unit1/README.md @@ -3,7 +3,7 @@ Welcome to Unit 1 of the Hugging Face Diffusion Models Course! In this unit, you will learn the basics of how diffusion models work and how to create your own using the 🤗 Diffusers library. -## Start this Unit :rocket: +## Start this Unit 🚀 Here are the steps for this unit: From 508b87f22196c41bc636a484f6f3bc534c3bcc0a Mon Sep 17 00:00:00 2001 From: SwayStar123 <46050679+SwayStar123@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:28:18 +0530 Subject: [PATCH 2/2] Update README.md --- unit1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit1/README.md b/unit1/README.md index e8ea8aa..c82ee0c 100644 --- a/unit1/README.md +++ b/unit1/README.md @@ -15,7 +15,7 @@ Here are the steps for this unit: - (Optional) Check out [this video](https://www.youtube.com/watch?v=09o5cv6u76c) for an informal run-through the material for this unit. -:loudspeaker: Don't forget to join the [Discord](https://huggingface.co/join/discord), where you can discuss the material and share what you've made in the `#diffusion-models-class` channel. +📢 Don't forget to join the [Discord](https://huggingface.co/join/discord), where you can discuss the material and share what you've made in the `#diffusion-models-class` channel. ## What Are Diffusion Models?