Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -20,9 +20,7 @@ with gr.Blocks() as demo:
|
|
20 |
Invisible watermarks can help to mark content as authentic.""")
|
21 |
|
22 |
gr.Markdown()
|
23 |
-
gr.Markdown("""For more information on watermarking --
|
24 |
-
what watermarking is, why it's important, and the tools available on Hugging Face --
|
25 |
-
please check out [our blogpost on AI watermarking](https://huggingface.co/blog/watermarking).""")
|
26 |
gr.Interface(generate_video, [gr.Video(), gr.Image(type='filepath', image_mode="RGBA")], gr.Video(),
|
27 |
examples=[[a, w1], [b, w2], [a, w3]])
|
28 |
|
|
|
20 |
Invisible watermarks can help to mark content as authentic.""")
|
21 |
|
22 |
gr.Markdown()
|
23 |
+
gr.Markdown("""For more information on watermarking -- what watermarking is, why it's important, and the tools available on Hugging Face -- please check out [our blogpost on AI watermarking](https://huggingface.co/blog/watermarking).""")
|
|
|
|
|
24 |
gr.Interface(generate_video, [gr.Video(), gr.Image(type='filepath', image_mode="RGBA")], gr.Video(),
|
25 |
examples=[[a, w1], [b, w2], [a, w3]])
|
26 |
|