Ashoka74 commited on
Commit
99d550e
1 Parent(s): 9dd0174

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -395,7 +395,6 @@ def process(input_fg, prompt, image_width, image_height, num_samples, seed, step
395
  # Get input dimensions
396
  input_height, input_width = input_fg.shape[:2]
397
 
398
- if bg_source is not ""
399
  bg_source = BGSource(bg_source)
400
 
401
 
 
395
  # Get input dimensions
396
  input_height, input_width = input_fg.shape[:2]
397
 
 
398
  bg_source = BGSource(bg_source)
399
 
400