Spaces:
Running
Running
app.py
CHANGED
@@ -131,7 +131,7 @@ def infer(img,option):
|
|
131 |
|
132 |
inputs = [gr.Image(tool="sketch", label="Input",type="numpy"),gr.inputs.Radio(choices=["automatic (U2net)","manual"], type="value", default="manual", label="Masking option")]
|
133 |
outputs = [gr.outputs.Image(type="file",label="output"),gr.outputs.Image(type="file",label="Mask")]
|
134 |
-
title = "LaMa Image Inpainting (using
|
135 |
description = "Gradio demo for LaMa: Resolution-robust Large Mask Inpainting with Fourier Convolutions. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below. Masks are generated by U^2net"
|
136 |
article = "<p style='text-align: center'><a href='https://carve.photos' target='_blank'>ONNX model ported by Carve.Photos</a> | <a href='https://github.com/saic-mdal/lama' target='_blank'>LaMa github repo</a></p>"
|
137 |
gr.Interface(infer, inputs, outputs, title=title, description=description, article=article).launch()
|
|
|
131 |
|
132 |
inputs = [gr.Image(tool="sketch", label="Input",type="numpy"),gr.inputs.Radio(choices=["automatic (U2net)","manual"], type="value", default="manual", label="Masking option")]
|
133 |
outputs = [gr.outputs.Image(type="file",label="output"),gr.outputs.Image(type="file",label="Mask")]
|
134 |
+
title = "LaMa Image Inpainting (using ONNX model from Carve))"
|
135 |
description = "Gradio demo for LaMa: Resolution-robust Large Mask Inpainting with Fourier Convolutions. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below. Masks are generated by U^2net"
|
136 |
article = "<p style='text-align: center'><a href='https://carve.photos' target='_blank'>ONNX model ported by Carve.Photos</a> | <a href='https://github.com/saic-mdal/lama' target='_blank'>LaMa github repo</a></p>"
|
137 |
gr.Interface(infer, inputs, outputs, title=title, description=description, article=article).launch()
|