Spaces:
Runtime error
Runtime error
hadisalman
commited on
Commit
•
8491952
1
Parent(s):
3369739
update
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ def run(image, prompt, seed, guidance_scale, num_inference_steps, immunize=False
|
|
112 |
return [(image_edited, 'Edited Image (Without Immunization)')]
|
113 |
|
114 |
|
115 |
-
description='''
|
116 |
**Raising the Cost of Malicious AI-Powered Image Editing** <br>
|
117 |
*[Hadi Salman](https://twitter.com/hadisalmanX), [Alaa Khaddaj](https://twitter.com/Alaa_Khaddaj), [Guillaume Leclerc](https://twitter.com/gpoleclerc), [Andrew Ilyas](https://twitter.com/andrew_ilyas), [Aleksander Madry](https://twitter.com/aleks_madry)* <br>
|
118 |
MIT [Paper](https://arxiv.org/abs/2302.06588)
|
|
|
112 |
return [(image_edited, 'Edited Image (Without Immunization)')]
|
113 |
|
114 |
|
115 |
+
description='''Demo of our paper: <br>
|
116 |
**Raising the Cost of Malicious AI-Powered Image Editing** <br>
|
117 |
*[Hadi Salman](https://twitter.com/hadisalmanX), [Alaa Khaddaj](https://twitter.com/Alaa_Khaddaj), [Guillaume Leclerc](https://twitter.com/gpoleclerc), [Andrew Ilyas](https://twitter.com/andrew_ilyas), [Aleksander Madry](https://twitter.com/aleks_madry)* <br>
|
118 |
MIT [Paper](https://arxiv.org/abs/2302.06588)
|