Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,8 +17,8 @@ from diffusers import FluxTransformer2DModel, FluxInpaintPipeline
|
|
| 17 |
|
| 18 |
|
| 19 |
MARKDOWN = """
|
| 20 |
-
#
|
| 21 |
-
|
| 22 |
Made using [Flux (Schnell)](https://huggingface.co/black-forest-labs/FLUX.1-schnell), [Grounding-DINO](https://huggingface.co/docs/transformers/main/en/model_doc/grounding-dino) and [SAM](https://huggingface.co/docs/transformers/en/model_doc/sam).
|
| 23 |
"""
|
| 24 |
|
|
|
|
| 17 |
|
| 18 |
|
| 19 |
MARKDOWN = """
|
| 20 |
+
# Add-It🎨
|
| 21 |
+
Add or Replace anything to any image by using a single Prompt and an Image.
|
| 22 |
Made using [Flux (Schnell)](https://huggingface.co/black-forest-labs/FLUX.1-schnell), [Grounding-DINO](https://huggingface.co/docs/transformers/main/en/model_doc/grounding-dino) and [SAM](https://huggingface.co/docs/transformers/en/model_doc/sam).
|
| 23 |
"""
|
| 24 |
|