Update app.py
Browse files
app.py
CHANGED
@@ -37,4 +37,4 @@ outputs = [gr.outputs.Image(type="file",label="output"),gr.outputs.Image(type="f
|
|
37 |
title = "LaMa Image Inpainting"
|
38 |
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"
|
39 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2109.07161' target='_blank'>Resolution-robust Large Mask Inpainting with Fourier Convolutions</a> | <a href='https://github.com/saic-mdal/lama' target='_blank'>Github Repo</a></p>"
|
40 |
-
gr.Interface(infer, inputs, outputs, title=title, description=description, article=article
|
|
|
37 |
title = "LaMa Image Inpainting"
|
38 |
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"
|
39 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2109.07161' target='_blank'>Resolution-robust Large Mask Inpainting with Fourier Convolutions</a> | <a href='https://github.com/saic-mdal/lama' target='_blank'>Github Repo</a></p>"
|
40 |
+
gr.Interface(infer, inputs, outputs, title=title, description=description, article=article).launch()
|