Update quicktour.mdx (#2637)

Fix typo
This commit is contained in:
M. Tolga Cangöz
2023-03-10 16:17:10 +03:00
committed by GitHub
parent ce08cb72fb
commit 9360bb94c3
+1 -1
View File
@@ -205,7 +205,7 @@ Schedulers manage going from a noisy sample to a less noisy sample given the mod
<Tip> <Tip>
🧨 Diffusers is a toolbox for building diffusion systems. While the [`DiffusionPipeline`] is a convenient way to get started with a pre-built diffusion system, you can also choose your own the model and scheduler components separately to build a custom diffusion system. 🧨 Diffusers is a toolbox for building diffusion systems. While the [`DiffusionPipeline`] is a convenient way to get started with a pre-built diffusion system, you can also choose your own model and scheduler components separately to build a custom diffusion system.
</Tip> </Tip>