Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,13 +56,12 @@ def generate_video(original_video, watermark):
|
|
56 |
with gr.Blocks(css=css) as demo:
|
57 |
with gr.Row():
|
58 |
with gr.Column():
|
59 |
-
gr.Markdown("#
|
60 |
gr.Markdown("Watermarks can be **visible** or **invisible**.")
|
61 |
gr.Markdown("""They can provide information directly, or provide a link for more information.
|
62 |
- Visible watermarks are useful to disclose when content is AI-generated.
|
63 |
- Invisible watermarks can mark content as authentic.
|
64 |
- ...And vice versa! There are many possibilities for what watermarks can provide.""")
|
65 |
-
gr.Markdown("They are a useful tool for **AI provenance**.")
|
66 |
gr.Markdown()
|
67 |
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).""")
|
68 |
gr.Markdown()
|
|
|
56 |
with gr.Blocks(css=css) as demo:
|
57 |
with gr.Row():
|
58 |
with gr.Column():
|
59 |
+
gr.Markdown("# Centurion Watermarking")
|
60 |
gr.Markdown("Watermarks can be **visible** or **invisible**.")
|
61 |
gr.Markdown("""They can provide information directly, or provide a link for more information.
|
62 |
- Visible watermarks are useful to disclose when content is AI-generated.
|
63 |
- Invisible watermarks can mark content as authentic.
|
64 |
- ...And vice versa! There are many possibilities for what watermarks can provide.""")
|
|
|
65 |
gr.Markdown()
|
66 |
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).""")
|
67 |
gr.Markdown()
|