hadisalman commited on
Commit
b8d132b
·
1 Parent(s): 744a885

update instructions

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -120,7 +120,9 @@ MIT   [Paper](https://arxiv.org/abs/2302.06588)
120
    [Blog post](https://gradientscience.org/photoguard/)
121
    [![](https://badgen.net/badge/icon/GitHub?icon=github&label)](https://github.com/MadryLab/photoguard)
122
  <br />
123
- Below you can test our (encoder attack) immunization method for making images resistant to manipulation by Stable Diffusion. This immunization process forces the model to perform unrealistic edits. See Section 5 in our paper for a discussion of the intended use cases for this primitive.
 
 
124
  <br />
125
  '''
126
 
@@ -133,7 +135,7 @@ examples_list = [
133
 
134
  with gr.Blocks() as demo:
135
  gr.HTML(value="""<h1 style="font-weight: 900; margin-bottom: 7px; margin-top: 5px;">
136
- Interactive Demo: Immunize your Photos Against AI-Powered Malicious Manipulation </h1><br>
137
  """)
138
  gr.Markdown(description)
139
  with gr.Accordion(label='How to use (step by step):', open=False):
 
120
  &nbsp;&nbsp;[Blog post](https://gradientscience.org/photoguard/)
121
  &nbsp;&nbsp;[![](https://badgen.net/badge/icon/GitHub?icon=github&label)](https://github.com/MadryLab/photoguard)
122
  <br />
123
+ Below you can test our (encoder attack) immunization method for making images resistant to manipulation by Stable Diffusion. This immunization process forces the model to perform unrealistic edits.
124
+
125
+ **See Section 5 in our paper for a discussion of the intended use cases for (as well as limitations of) this tool.**
126
  <br />
127
  '''
128
 
 
135
 
136
  with gr.Blocks() as demo:
137
  gr.HTML(value="""<h1 style="font-weight: 900; margin-bottom: 7px; margin-top: 5px;">
138
+ Interactive Demo: Raising the Cost of Malicious AI-Powered Image Editing </h1><br>
139
  """)
140
  gr.Markdown(description)
141
  with gr.Accordion(label='How to use (step by step):', open=False):