anodev commited on
Commit
d3a8c71
·
verified ·
1 Parent(s): fd78915

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,5 +133,5 @@ inputs = [gr.Image(tool="sketch", label="Input",type="numpy"),gr.inputs.Radio(ch
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](https://huggingface.co/Carve/LaMa-ONNX))"
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://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>"
137
  gr.Interface(infer, inputs, outputs, title=title, description=description, article=article).launch()
 
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](https://huggingface.co/Carve/LaMa-ONNX))"
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()