Spaces:
Running
on
Zero
Running
on
Zero
Update utils/image_utils.py
Browse files- utils/image_utils.py +1 -1
utils/image_utils.py
CHANGED
@@ -18,7 +18,7 @@ def background_removal(input_image_path):
|
|
18 |
result_path = "tmp.png"
|
19 |
result.save(result_path)
|
20 |
|
21 |
-
return
|
22 |
|
23 |
def resize_image_aspect_ratio(image):
|
24 |
# 鍏冦伄鐢诲儚銈点偆銈恒倰鍙栧緱
|
|
|
18 |
result_path = "tmp.png"
|
19 |
result.save(result_path)
|
20 |
|
21 |
+
return result_path
|
22 |
|
23 |
def resize_image_aspect_ratio(image):
|
24 |
# 鍏冦伄鐢诲儚銈点偆銈恒倰鍙栧緱
|