not-lain commited on
Commit
7c49730
Β·
1 Parent(s): 39fba3e

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ demo = gr.Interface(
42
  ],
43
  outputs=["image"],
44
  api_name="inpaint",
45
- examples=[[3, "./assets/rocket.png", "./assets/Inpainting mask.png"]],
46
  cache_examples=False,
47
  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",
48
  )
 
42
  ],
43
  outputs=["image"],
44
  api_name="inpaint",
45
+ examples=[["./assets/rocket.png", "./assets/Inpainting mask.png"]],
46
  cache_examples=False,
47
  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",
48
  )