Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ demo = gr.Interface(
|
|
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 = "
|
37 |
)
|
38 |
|
39 |
demo.launch(debug=True)
|
|
|
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)
|