Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -90,8 +90,8 @@ iface = gr.Interface(
|
|
90 |
type="value", label="Masking Option")
|
91 |
],
|
92 |
outputs=[
|
93 |
-
gr.Image(type="
|
94 |
-
gr.Image(type="
|
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.",
|