anodev commited on
Commit
1c721e0
·
verified ·
1 Parent(s): ec51e3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,8 +90,8 @@ iface = gr.Interface(
90
  type="value", label="Masking Option")
91
  ],
92
  outputs=[
93
- gr.Image(type="file", label="Inpainted Image"),
94
- gr.Image(type="file", label="Generated Mask")
95
  ],
96
  title="LaMa Image Inpainting",
97
  description="Image inpainting with LaMa and U^2-Net. Upload your image and choose automatic or manual masking.",
 
90
  type="value", label="Masking Option")
91
  ],
92
  outputs=[
93
+ gr.Image(type="filepath", label="Inpainted Image"),
94
+ gr.Image(type="filepath", label="Generated Mask")
95
  ],
96
  title="LaMa Image Inpainting",
97
  description="Image inpainting with LaMa and U^2-Net. Upload your image and choose automatic or manual masking.",