prithivMLmods commited on
Commit
7834672
·
verified ·
1 Parent(s): 1cb2235

update IOL

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -43,7 +43,6 @@ pipe = StableDiffusionXLFillPipeline.from_pretrained(
43
 
44
  pipe.scheduler = TCDScheduler.from_config(pipe.scheduler.config)
45
 
46
-
47
  def can_expand(source_width, source_height, target_width, target_height, alignment):
48
  """Checks if the image can be expanded based on the alignment."""
49
  if alignment in ("Left", "Right") and source_width >= target_width:
 
43
 
44
  pipe.scheduler = TCDScheduler.from_config(pipe.scheduler.config)
45
 
 
46
  def can_expand(source_width, source_height, target_width, target_height, alignment):
47
  """Checks if the image can be expanded based on the alignment."""
48
  if alignment in ("Left", "Right") and source_width >= target_width: