Spaces:
Running
on
Zero
Running
on
Zero
tori29umai
commited on
Commit
•
d0a94a5
1
Parent(s):
235d462
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 |
# 元の画像サイズを取得
|