SIGMitch commited on
Commit
6529b84
·
verified ·
1 Parent(s): 2153359

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -106,8 +106,8 @@ def process(
106
 
107
  resized_mask = mask.resize((width, height), Image.LANCZOS)
108
 
109
- pipe.load_lora_weights("SIGMitch/KIT")
110
- result = pipe(
111
  prompt=input_text,
112
  image=resized_image,
113
  mask_image=resized_mask,
 
106
 
107
  resized_mask = mask.resize((width, height), Image.LANCZOS)
108
 
109
+ pipe.load_lora_weights("SIGMitch/KIT")
110
+ result = pipe(
111
  prompt=input_text,
112
  image=resized_image,
113
  mask_image=resized_mask,