Vivien Chappelier commited on
Commit
74ae0b4
1 Parent(s): d5025f0

change wording

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def interface():
130
  This demo brought to you by [IMATAG](https://www.imatag.com/) presents watermarking of images generated via [StableDiffusion XL Turbo](https://huggingface.co/stabilityai/sdxl-turbo).
131
  Using the method presented in [StableSignature](https://ai.meta.com/blog/stable-signature-watermarking-generative-ai/),
132
  the VAE decoder of StableDiffusion is fine-tuned to produce images including a specific invisible watermark. We combined
133
- this method with [IMATAG](https://www.imatag.com/)'s in-house decoder which operates in zero-bit mode for improved robustness.""")
134
 
135
  with gr.Row():
136
  inp = gr.Textbox(label="Prompt", value=prompt)
 
130
  This demo brought to you by [IMATAG](https://www.imatag.com/) presents watermarking of images generated via [StableDiffusion XL Turbo](https://huggingface.co/stabilityai/sdxl-turbo).
131
  Using the method presented in [StableSignature](https://ai.meta.com/blog/stable-signature-watermarking-generative-ai/),
132
  the VAE decoder of StableDiffusion is fine-tuned to produce images including a specific invisible watermark. We combined
133
+ this method with a demo version of [IMATAG](https://www.imatag.com/)'s in-house decoder. The watermarking system operates in zero-bit mode for improved robustness.""")
134
 
135
  with gr.Row():
136
  inp = gr.Textbox(label="Prompt", value=prompt)