add description
Browse files
app.py
CHANGED
@@ -158,6 +158,7 @@ outpaint_tab = gr.Interface(
|
|
158 |
api_name="outpainting",
|
159 |
examples=[[2, "./assets/rocket.png", 100, 0, 0, 0, "", 50, 28]],
|
160 |
cache_examples=False,
|
|
|
161 |
)
|
162 |
|
163 |
|
|
|
158 |
api_name="outpainting",
|
159 |
examples=[[2, "./assets/rocket.png", 100, 0, 0, 0, "", 50, 28]],
|
160 |
cache_examples=False,
|
161 |
+
description="it is recommended that you use https://github.com/la-voliere/react-mask-editor when creating an image mask in JS and then inverse it",
|
162 |
)
|
163 |
|
164 |
|