ysharma HF staff commited on
Commit
aa440b5
1 Parent(s): a463433

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -18,6 +18,8 @@ MARKDOWN = """
18
  Shoutout to [Black Forest Labs](https://huggingface.co/black-forest-labs) team for FLUX!
19
  Special thanks to [Piotr Skalski](https://huggingface.co/SkalskiP) and [Gothos](https://github.com/Gothos)
20
  for their work on enabling and [showcasing inpainting](https://huggingface.co/spaces/SkalskiP/FLUX.1-inpaint) with the FLUX.
 
 
21
  """
22
 
23
  MAX_SEED = np.iinfo(np.int32).max
 
18
  Shoutout to [Black Forest Labs](https://huggingface.co/black-forest-labs) team for FLUX!
19
  Special thanks to [Piotr Skalski](https://huggingface.co/SkalskiP) and [Gothos](https://github.com/Gothos)
20
  for their work on enabling and [showcasing inpainting](https://huggingface.co/spaces/SkalskiP/FLUX.1-inpaint) with the FLUX.
21
+ <br>We have used Gradio clients to access [EVF-SAM Spaces demo](https://huggingface.co/spaces/wondervictor/evf-sam) for text-guided segmentation.
22
+ Visit [Gradio docs](https://www.gradio.app) to start building!
23
  """
24
 
25
  MAX_SEED = np.iinfo(np.int32).max