ovi054 commited on
Commit
591abbb
·
verified ·
1 Parent(s): eb9d32a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = ""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)
 
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)