Spaces:
Running
Running
meg-huggingface
commited on
Commit
β’
0ce80a6
1
Parent(s):
a87a1d9
More on UI, some wording updates
Browse files
app.py
CHANGED
@@ -59,12 +59,12 @@ with gr.Blocks(css=css) as demo:
|
|
59 |
gr.Markdown("# π€ Watermarking with Gradio: Example")
|
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
|
63 |
-
- Invisible watermarks can
|
|
|
|
|
64 |
gr.Markdown()
|
65 |
-
gr.Markdown()
|
66 |
-
gr.Markdown("""For more information on watermarking -- what watermarking is, why it's important,
|
67 |
-
and the tools available on Hugging Face -- please check out [our blogpost on AI watermarking](https://huggingface.co/blog/watermarking).""")
|
68 |
gr.Markdown()
|
69 |
gr.Markdown("## Try it out below!")
|
70 |
with gr.Column():
|
|
|
59 |
gr.Markdown("# π€ Watermarking with Gradio: Example")
|
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()
|
69 |
gr.Markdown("## Try it out below!")
|
70 |
with gr.Column():
|