Update app.py
Browse files
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)
|