Update README.md
Browse files
README.md
CHANGED
|
@@ -6,9 +6,8 @@ library_name: diffusers
|
|
| 6 |
|
| 7 |
A custom [Modular Diffusers](https://huggingface.co/docs/diffusers/modular_diffusers/overview) block that uses [Florence-2](https://huggingface.co/docs/transformers/model_doc/florence2) for image annotation tasks like segmentation, object detection, and captioning.
|
| 8 |
|
| 9 |
-
##
|
| 10 |
|
| 11 |
-
### Basic Usage
|
| 12 |
|
| 13 |
```python
|
| 14 |
import torch
|
|
|
|
| 6 |
|
| 7 |
A custom [Modular Diffusers](https://huggingface.co/docs/diffusers/modular_diffusers/overview) block that uses [Florence-2](https://huggingface.co/docs/transformers/model_doc/florence2) for image annotation tasks like segmentation, object detection, and captioning.
|
| 8 |
|
| 9 |
+
## How to use
|
| 10 |
|
|
|
|
| 11 |
|
| 12 |
```python
|
| 13 |
import torch
|