felixrosberg
commited on
Commit
Β·
694ad99
1
Parent(s):
1d66f0d
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ def run_inference(target, source, slider, settings):
|
|
139 |
description = "Performs subject agnostic identity transfer from a source face to all target faces. \n\n" \
|
140 |
"Options:\n" \
|
141 |
"compare returns the target image concatenated with the results.\n" \
|
142 |
-
"anonymize will ignore the source image and perform an identity permutation of target faces." \
|
143 |
"NOTE: There is no guarantees with the anonymization process currently.\n" \
|
144 |
"\n" \
|
145 |
"Note, source image with too high resolution may not work properly!"
|
|
|
139 |
description = "Performs subject agnostic identity transfer from a source face to all target faces. \n\n" \
|
140 |
"Options:\n" \
|
141 |
"compare returns the target image concatenated with the results.\n" \
|
142 |
+
"anonymize will ignore the source image and perform an identity permutation of target faces. " \
|
143 |
"NOTE: There is no guarantees with the anonymization process currently.\n" \
|
144 |
"\n" \
|
145 |
"Note, source image with too high resolution may not work properly!"
|