fffiloni commited on
Commit
b86bc3a
1 Parent(s): 4399e27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -108,8 +108,8 @@ def infer(video_in):
108
  inputs = [gr.Video(label="Input", source="upload", type="filepath")]
109
  outputs = [gr.Video(label="output"),
110
  gr.Files(label="Download Video")]
111
- title = "LaMa Image Inpainting"
112
- 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"
113
  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>"
114
  gr.Interface(infer, inputs, outputs, title=title,
115
  description=description, article=article).launch()
 
108
  inputs = [gr.Video(label="Input", source="upload", type="filepath")]
109
  outputs = [gr.Video(label="output"),
110
  gr.Files(label="Download Video")]
111
+ title = "LaMa Video Watermark Remover"
112
+ description = "LaMa: Resolution-robust Large Mask Inpainting with Fourier Convolutions. <br />This demo in meant to be used as a watermark remover on Modelscope generated videos. <br />Simply upload your modelscope video and hit Submit"
113
  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>"
114
  gr.Interface(infer, inputs, outputs, title=title,
115
  description=description, article=article).launch()