ovi054 commited on
Commit
eb9d32a
·
verified ·
1 Parent(s): 2c42f65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -32,7 +32,8 @@ demo = gr.Interface(
32
  # gr.Image(label="Background Image"),
33
  gr.Image(label="Mask Image", format="png"),
34
  ],
35
- description="Upload an image and then draw mask on the image selecting Pen icon!"
 
36
  )
37
 
38
  demo.launch(debug=True)
 
32
  # gr.Image(label="Background Image"),
33
  gr.Image(label="Mask Image", format="png"),
34
  ],
35
+ description="Upload an image and then draw mask on the image selecting Pen icon!",
36
+ article = ""For Auto text guided Mask generation, try @ovi054's [Text Guided Inpainting Mask tool](https://huggingface.co/spaces/ovi054/text-guided-mask-for-inpainting)""
37
  )
38
 
39
  demo.launch(debug=True)