anodev commited on
Commit
7dd5ac5
·
verified ·
1 Parent(s): d3a8c71
Files changed (1) hide show
  1. app.py +1 -1
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 [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()
 
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()