profaker commited on
Commit
fa4c30a
1 Parent(s): 4729eb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def predict(dict, prompt="", negative_prompt="", guidance_scale=7.5, steps=30, s
86
  print("Strength:", strength)
87
  print("Scheduler:", scheduler)
88
 
89
- return combined_image.resize(init_image.size, resample=Image.LANCZOS), gr.update(visible=True)
90
 
91
 
92
  css = '''
 
86
  print("Strength:", strength)
87
  print("Scheduler:", scheduler)
88
 
89
+ return inpainted_image, gr.update(visible=True)
90
 
91
 
92
  css = '''