1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00

Update docs/source/en/modular_diffusers/custom_blocks.md

Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
This commit is contained in:
Dhruv Nair
2025-09-17 08:41:02 +05:30
committed by GitHub
parent c67dda4bdd
commit ed3f88528a

View File

@@ -271,7 +271,6 @@ block = Florence2ImageAnnotatorBlock()
block.push_to_hub("<your repo id>")
```
## Using the Custom Block
Let's use this custom block in an inpainting workflow.