ysharma HF staff commited on
Commit
efe97a9
·
verified ·
1 Parent(s): 0ff7f24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -17,9 +17,9 @@ HF_TOKEN = os.environ.get("HF_TOKEN", None)
17
 
18
  MARKDOWN = """
19
  # FLUX.1 Inpainting with Text guided Mask🔥
20
- Shoutout to [Black Forest Labs](https://huggingface.co/black-forest-labs) team for
21
- creating this amazing model, and a big thanks to [Gothos](https://github.com/Gothos)
22
- for taking it to the next level by enabling inpainting with the FLUX.
23
  """
24
 
25
  MAX_SEED = np.iinfo(np.int32).max
 
17
 
18
  MARKDOWN = """
19
  # FLUX.1 Inpainting with Text guided Mask🔥
20
+ Shoutout to [Black Forest Labs](https://huggingface.co/black-forest-labs) team for FLUX,
21
+ [Piotr Skalski](https://huggingface.co/SkalskiP),and [Gothos](https://github.com/Gothos)
22
+ for enabling and [showcasing inpainting](https://huggingface.co/spaces/SkalskiP/FLUX.1-inpaint) with the FLUX.
23
  """
24
 
25
  MAX_SEED = np.iinfo(np.int32).max