felixrosberg commited on
Commit
cff9a9f
β€’
1 Parent(s): 057a565

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def run_inference(target, source, slider, settings):
137
  description = "Performs subject agnostic identity transfer from a source face to all target faces. \n\n" \
138
  "Options:\n" \
139
  "compare returns the target image concatenated with the results.\n" \
140
- "anonymize will ignore the source image and perform an identity permutation of target faces."
141
  "NOTE: There is no guarantees with the anonymization process currently.\n" \
142
  "\n" \
143
  "Note, source image with too high resolution may not work properly!"
 
137
  description = "Performs subject agnostic identity transfer from a source face to all target faces. \n\n" \
138
  "Options:\n" \
139
  "compare returns the target image concatenated with the results.\n" \
140
+ "anonymize will ignore the source image and perform an identity permutation of target faces." \
141
  "NOTE: There is no guarantees with the anonymization process currently.\n" \
142
  "\n" \
143
  "Note, source image with too high resolution may not work properly!"