jallenjia commited on
Commit
3a19837
·
1 Parent(s): 48dc787

update workflow, optimize face mask

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -832,7 +832,7 @@ def generate_image_bald(model_image):
832
  )
833
 
834
  growmask_502 = growmask.expand_mask(
835
- expand=20,
836
  tapered_corners=True,
837
  mask=get_value_at_index(layermask_personmaskultra_v2_327, 1),
838
  )
 
832
  )
833
 
834
  growmask_502 = growmask.expand_mask(
835
+ expand=30,
836
  tapered_corners=True,
837
  mask=get_value_at_index(layermask_personmaskultra_v2_327, 1),
838
  )