NikhilJoson commited on
Commit
5eea90e
β€’
1 Parent(s): 446b263

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ from diffusers import FluxTransformer2DModel, FluxInpaintPipeline
17
 
18
 
19
  MARKDOWN = """
20
- # Prompt Canvas🎨
21
- Modify 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
 
 
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