Tzktz commited on
Commit
a239810
·
verified ·
1 Parent(s): 1206325

Update app.py

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