SunderAli17 commited on
Commit
e36f7bc
·
verified ·
1 Parent(s): 17cf80f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import torch
9
  from PIL import Image
10
  from diffusers import FluxInpaintPipeline
11
 
12
- """
13
  A big shoutout to [Black Forest Labs](https://huggingface.co/black-forest-labs) team for making their models available.
14
  Also a big thanks to [Gothos](https://github.com/Gothos) for enabling inpainting with the FLUX.
15
  """
 
9
  from PIL import Image
10
  from diffusers import FluxInpaintPipeline
11
 
12
+ MARKDOWN = """
13
  A big shoutout to [Black Forest Labs](https://huggingface.co/black-forest-labs) team for making their models available.
14
  Also a big thanks to [Gothos](https://github.com/Gothos) for enabling inpainting with the FLUX.
15
  """