Spaces:
Build error
Build error
Ahsen Khaliq
commited on
Commit
·
2edac66
1
Parent(s):
7788a23
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ inputs = [gr.inputs.Image(type='pil', label="Original Image"),gr.inputs.Image(ty
|
|
34 |
outputs = [gr.outputs.Image(type="file",label="output"),gr.outputs.Image(type="pil",label="Mask")]
|
35 |
title = "LaMa Image Inpainting"
|
36 |
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"
|
37 |
-
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>"
|
38 |
examples = [
|
39 |
['person512.png',"canvas.png","automatic (U2net)"],
|
40 |
['person512.png',"maskexam.png","manual"]
|
|
|
34 |
outputs = [gr.outputs.Image(type="file",label="output"),gr.outputs.Image(type="pil",label="Mask")]
|
35 |
title = "LaMa Image Inpainting"
|
36 |
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"
|
37 |
+
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><center><img src='https://visitor-badge.glitch.me/badge?page_id=cvpr_lama' alt='visitor badge'></center>"
|
38 |
examples = [
|
39 |
['person512.png',"canvas.png","automatic (U2net)"],
|
40 |
['person512.png',"maskexam.png","manual"]
|