Spaces:
Runtime error
Runtime error
hadisalman
commited on
Commit
•
57db3d5
1
Parent(s):
64c14eb
small fix
Browse files
app.py
CHANGED
@@ -125,9 +125,9 @@ Below you can test our (encoder attack) immunization method for making images re
|
|
125 |
'''
|
126 |
|
127 |
examples_list = [
|
128 |
-
['./images/hadi_and_trevor.jpg', 'man attending a wedding', '329357',
|
129 |
-
['./images/trevor_2.jpg', 'two men in prison', '329357',
|
130 |
-
['./images/elon_2.jpg', 'man in a metro station', '214213',
|
131 |
]
|
132 |
|
133 |
|
|
|
125 |
'''
|
126 |
|
127 |
examples_list = [
|
128 |
+
['./images/hadi_and_trevor.jpg', 'man attending a wedding', '329357', GUIDANCE_SCALE, NUM_INFERENCE_STEPS],
|
129 |
+
['./images/trevor_2.jpg', 'two men in prison', '329357', GUIDANCE_SCALE, NUM_INFERENCE_STEPS],
|
130 |
+
['./images/elon_2.jpg', 'man in a metro station', '214213', GUIDANCE_SCALE, NUM_INFERENCE_STEPS],
|
131 |
]
|
132 |
|
133 |
|