Spaces:
Runtime error
Runtime error
update app
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ demo = gr.Interface(
|
|
42 |
],
|
43 |
outputs=["image"],
|
44 |
api_name="inpaint",
|
45 |
-
examples=[[
|
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 |
)
|