anodev commited on
Commit
da9ce74
·
verified ·
1 Parent(s): 7b7e64d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,5 +134,5 @@ inputs = [gr.Image(tool="sketch", label="Input",type="numpy"),gr.inputs.Radio(ch
134
  outputs = [gr.outputs.Image(type="file",label="output"),gr.outputs.Image(type="file",label="Mask")]
135
  title = "LaMa Image Inpainting (using ONNX model from Carve))"
136
  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"
137
- 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>"
138
  gr.Interface(infer, inputs, outputs, title=title, description=description, article=article).launch()
 
134
  outputs = [gr.outputs.Image(type="file",label="output"),gr.outputs.Image(type="file",label="Mask")]
135
  title = "LaMa Image Inpainting (using ONNX model from Carve))"
136
  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"
137
+ article = "<p style='text-align: center'><a href='https://huggingface.co/Carve/LaMa-ONNX' target='_blank'>ONNX model ported by Carve.Photos</a> | <a href='https://github.com/saic-mdal/lama' target='_blank'>LaMa github repo</a></p>"
138
  gr.Interface(infer, inputs, outputs, title=title, description=description, article=article).launch()