diff --git a/docs/source/en/modular_diffusers/custom_blocks.md b/docs/source/en/modular_diffusers/custom_blocks.md index 0b8815886b..6f0adaf7c9 100644 --- a/docs/source/en/modular_diffusers/custom_blocks.md +++ b/docs/source/en/modular_diffusers/custom_blocks.md @@ -271,7 +271,6 @@ block = Florence2ImageAnnotatorBlock() block.push_to_hub("") ``` -## Using the Custom Block Let's use this custom block in an inpainting workflow.