not-lain commited on
Commit
36bd4f2
·
1 Parent(s): 6039455

add description

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