Spaces:
Build error
Build error
Update app.py
Browse files
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
|
112 |
-
description = "
|
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()
|