fix description
Browse files
app.py
CHANGED
@@ -158,7 +158,6 @@ 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 |
-
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 |
|
@@ -176,6 +175,7 @@ inpaint_tab = gr.Interface(
|
|
176 |
api_name="inpaint",
|
177 |
examples=[[3, "./assets/rocket.png", "./assets/Inpainting mask.png"]],
|
178 |
cache_examples=False,
|
|
|
179 |
)
|
180 |
|
181 |
demo = gr.TabbedInterface(
|
|
|
158 |
api_name="outpainting",
|
159 |
examples=[[2, "./assets/rocket.png", 100, 0, 0, 0, "", 50, 28]],
|
160 |
cache_examples=False,
|
|
|
161 |
)
|
162 |
|
163 |
|
|
|
175 |
api_name="inpaint",
|
176 |
examples=[[3, "./assets/rocket.png", "./assets/Inpainting mask.png"]],
|
177 |
cache_examples=False,
|
178 |
+
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 before sending it to this space",
|
179 |
)
|
180 |
|
181 |
demo = gr.TabbedInterface(
|