mpatel57 commited on
Commit
c3a398d
·
verified ·
1 Parent(s): 9366016

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def process_image(
77
  with torch.autocast("cuda"):
78
  # Placeholder for using advanced parameters in the future
79
  # Adjust parameters according to advanced settings if applicable
80
- result = pipe.edit2(
81
  prompt=edit_prompt,
82
  input_image=image.resize((1024, 1024)),
83
  mask_image=mask.resize((1024, 1024)),
 
77
  with torch.autocast("cuda"):
78
  # Placeholder for using advanced parameters in the future
79
  # Adjust parameters according to advanced settings if applicable
80
+ result = pipe.edit(
81
  prompt=edit_prompt,
82
  input_image=image.resize((1024, 1024)),
83
  mask_image=mask.resize((1024, 1024)),