felixrosberg commited on
Commit
de22594
Β·
1 Parent(s): b6d1b78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -185,8 +185,8 @@ description = "Performs subject agnostic identity transfer from a source face to
185
  "NOTE: There is no guarantees with the anonymization process currently.\n" \
186
  "\n" \
187
  "Note, source image with too high resolution may not work properly!"
188
- examples = [["assets/rick.jpg", "assets/musk.jpg", 100, ["compare"]],
189
- ["assets/musk.jpg", "assets/musk.jpg", 100, ["anonymize"]]]
190
  article = """
191
  Demo is based of recent research from my Ph.D work. Results expects to be published in the coming months.
192
  """
 
185
  "NOTE: There is no guarantees with the anonymization process currently.\n" \
186
  "\n" \
187
  "Note, source image with too high resolution may not work properly!"
188
+ examples = [["assets/rick.jpg", "assets/musk.jpg", 100, 10, ["compare"]],
189
+ ["assets/musk.jpg", "assets/musk.jpg", 100, 10, ["anonymize"]]]
190
  article = """
191
  Demo is based of recent research from my Ph.D work. Results expects to be published in the coming months.
192
  """