Commit
Β·
de22594
1
Parent(s):
b6d1b78
Update app.py
Browse files
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 |
"""
|