meg-huggingface commited on
Commit
0ce80a6
β€’
1 Parent(s): a87a1d9

More on UI, some wording updates

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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 can help to disclose when content is AI-generated, so viewers know it's synthetic.
63
- - Invisible watermarks can help to mark content as authentic.""")
 
 
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():