hadisalman commited on
Commit
57db3d5
1 Parent(s): 64c14eb
Files changed (1) hide show
  1. app.py +3 -3
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', 7.5, 100],
129
- ['./images/trevor_2.jpg', 'two men in prison', '329357', 7.5, 100],
130
- ['./images/elon_2.jpg', 'man in a metro station', '214213', 7.5, 100],
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