Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|