Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,6 @@ iface = gr.Interface(fn=inpaint_image,
|
|
21 |
inputs_layout="horizontal",
|
22 |
outputs_layout="centered",
|
23 |
title="Image Inpainting Demo",
|
24 |
-
description="Upload an image and a mask image. The model will inpaint the masked region of the image."
|
25 |
examples=[['data.png', 'data_mask.png']])
|
26 |
iface.launch()
|
|
|
21 |
inputs_layout="horizontal",
|
22 |
outputs_layout="centered",
|
23 |
title="Image Inpainting Demo",
|
24 |
+
description="Upload an image and a mask image. The model will inpaint the masked region of the image.",
|
25 |
examples=[['data.png', 'data_mask.png']])
|
26 |
iface.launch()
|