Spaces:
Running
Running
felixrosberg
commited on
Commit
β’
d1c06bc
1
Parent(s):
52ea894
Update app.py
Browse files
app.py
CHANGED
@@ -187,8 +187,8 @@ description = "Performs subject agnostic identity transfer from a source face to
|
|
187 |
"-Adversarial defense will add a permutation noise that disrupts the reconstruction attack.\n\n" \
|
188 |
"NOTE: There is no guarantees with the anonymization process currently.\n\n" \
|
189 |
"NOTE: source image with too high resolution may not work properly!"
|
190 |
-
examples = [["assets/rick.jpg", "assets/musk.jpg", 100, 10, [
|
191 |
-
["assets/
|
192 |
article = """
|
193 |
Demo is based of recent research from my Ph.D work. Results expects to be published in the coming months.
|
194 |
"""
|
|
|
187 |
"-Adversarial defense will add a permutation noise that disrupts the reconstruction attack.\n\n" \
|
188 |
"NOTE: There is no guarantees with the anonymization process currently.\n\n" \
|
189 |
"NOTE: source image with too high resolution may not work properly!"
|
190 |
+
examples = [["assets/rick.jpg", "assets/musk.jpg", 100, 10, []],
|
191 |
+
["assets/rick.jpg", "assets/rick.jpg", 100, 10, ["anonymize"]]]
|
192 |
article = """
|
193 |
Demo is based of recent research from my Ph.D work. Results expects to be published in the coming months.
|
194 |
"""
|