meg HF Staff commited on
Commit
e879be5
·
verified ·
1 Parent(s): fe01920

Adding link to qr code generator

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ with gr.Blocks(css=css) as demo:
125
  - ...And vice versa! There are many possibilities for what watermarks can provide.
126
  - Watermarks can also provide information about content created by people.""")
127
  gr.Markdown("They are a useful tool for **AI provenance**.")
128
- gr.Markdown()
129
  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).""")
130
  gr.Markdown()
131
  gr.Markdown("## Try it out below!")
 
125
  - ...And vice versa! There are many possibilities for what watermarks can provide.
126
  - Watermarks can also provide information about content created by people.""")
127
  gr.Markdown("They are a useful tool for **AI provenance**.")
128
+ gr.Markdown("**Expert level:** One particularly useful form of watermarking provides a link with more information, such as with a QR code, [which you can further customize to suit the style of your imagery](https://huggingface.co/spaces/huggingface-projects/QR-code-AI-art-generator).")
129
  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).""")
130
  gr.Markdown()
131
  gr.Markdown("## Try it out below!")