Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
•
a16cb0b
1
Parent(s):
c1e31aa
Modify explainer image URL
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ with gr.Blocks() as demo:
|
|
203 |
<p style="margin-bottom: 10px; font-size: 94%">This is an unofficial demo for Photoguard, which is an approach to safeguarding images against manipulation by ML-powered photo-editing models such as stable diffusion through immunization of images. The demo is based on the <a href='https://github.com/MadryLab/photoguard' style='text-decoration: underline;' target='_blank'> Github </a> implementation provided by the authors.</p>
|
204 |
''')
|
205 |
gr.HTML('''
|
206 |
-
|
207 |
''')
|
208 |
gr.HTML('''
|
209 |
<p style="margin-bottom: 10px; font-size: 94%"> A malevolent actor might download
|
|
|
203 |
<p style="margin-bottom: 10px; font-size: 94%">This is an unofficial demo for Photoguard, which is an approach to safeguarding images against manipulation by ML-powered photo-editing models such as stable diffusion through immunization of images. The demo is based on the <a href='https://github.com/MadryLab/photoguard' style='text-decoration: underline;' target='_blank'> Github </a> implementation provided by the authors.</p>
|
204 |
''')
|
205 |
gr.HTML('''
|
206 |
+
<p align="center"><img src="https://raw.githubusercontent.com/MadryLab/photoguard/main/assets/hero_fig.PNG" style="width:40%"/></p>
|
207 |
''')
|
208 |
gr.HTML('''
|
209 |
<p style="margin-bottom: 10px; font-size: 94%"> A malevolent actor might download
|