Stable-X commited on
Commit
5634e46
1 Parent(s): 6901e5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def process_image(
76
  path_out_png = os.path.join(path_output_dir, f"{name_base}_normal_colored.png")
77
 
78
  input_image = Image.open(path_input)
79
- input_image = center_crop(input_image)
80
 
81
  pipe_out = pipe(
82
  input_image,
 
76
  path_out_png = os.path.join(path_output_dir, f"{name_base}_normal_colored.png")
77
 
78
  input_image = Image.open(path_input)
79
+ # input_image = center_crop(input_image)
80
 
81
  pipe_out = pipe(
82
  input_image,