fffiloni commited on
Commit
786c1d7
1 Parent(s): 0b49beb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def infer(portrait_in, prompt_in):
24
  portrait_in, # str (filepath or URL to image) in 'SOURCE IMAGE' Image component
25
  sdxl_result, # str (filepath or URL to image) in 'TARGET IMAGE' Image component
26
  unique_id, # str in 'parameter_12' Textbox component
27
- ["face_swapper"], # List[str] in 'FRAME PROCESSORS' Checkboxgroup component
28
  "left-right", # str (Option from: ['left-right', 'right-left', 'top-bottom', 'bottom-top', 'small-large', 'large-small']) in 'FACE ANALYSER DIRECTION' Dropdown component
29
  "none", # str (Option from: ['none', 'reference', 'many']) in 'FACE RECOGNITION' Dropdown component
30
  "none", # str (Option from: ['none', 'male', 'female']) in 'FACE ANALYSER GENDER' Dropdown component
 
24
  portrait_in, # str (filepath or URL to image) in 'SOURCE IMAGE' Image component
25
  sdxl_result, # str (filepath or URL to image) in 'TARGET IMAGE' Image component
26
  unique_id, # str in 'parameter_12' Textbox component
27
+ ["face_swapper", "face_enhancer"], # List[str] in 'FRAME PROCESSORS' Checkboxgroup component
28
  "left-right", # str (Option from: ['left-right', 'right-left', 'top-bottom', 'bottom-top', 'small-large', 'large-small']) in 'FACE ANALYSER DIRECTION' Dropdown component
29
  "none", # str (Option from: ['none', 'reference', 'many']) in 'FACE RECOGNITION' Dropdown component
30
  "none", # str (Option from: ['none', 'male', 'female']) in 'FACE ANALYSER GENDER' Dropdown component