RamAnanth1 commited on
Commit
c1e31aa
1 Parent(s): 7112744

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -211,6 +211,7 @@ photos of people posted online and edit them maliciously using an off-the-shelf
211
  describes via a textual prompt the desired changes and then uses a diffusion model to generate a realistic
212
  image that matches the prompt (similar to the top row in the image). By immunizing the original image before the adversary can access it,
213
  we disrupt their ability to successfully perform such edits forcing them to generate unrealistic images (similar to the bottom row in the image). For a more detailed explanation, please read the accompanying <a href='https://arxiv.org/abs/2302.06588' style='text-decoration: underline;' target='_blank'> Paper </a> or <a href='https://gradientscience.org/photoguard/' style='text-decoration: underline;' target='_blank'> Blogpost </a>
 
214
 
215
  with gr.Column():
216
  with gr.Tab("Simple Image to Image"):
 
211
  describes via a textual prompt the desired changes and then uses a diffusion model to generate a realistic
212
  image that matches the prompt (similar to the top row in the image). By immunizing the original image before the adversary can access it,
213
  we disrupt their ability to successfully perform such edits forcing them to generate unrealistic images (similar to the bottom row in the image). For a more detailed explanation, please read the accompanying <a href='https://arxiv.org/abs/2302.06588' style='text-decoration: underline;' target='_blank'> Paper </a> or <a href='https://gradientscience.org/photoguard/' style='text-decoration: underline;' target='_blank'> Blogpost </a>
214
+ ''')
215
 
216
  with gr.Column():
217
  with gr.Tab("Simple Image to Image"):