Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ human = os.path.join(os.path.dirname(__file__), "humans/manken3.jpg")
|
|
9 |
|
10 |
|
11 |
def get_tryon_result(human_path, top_path, down_path):
|
12 |
-
human_img = Image.open(human_path).convert("RGB").resize((512,
|
13 |
# UPPER BODY 4 , LOWER BODY 6
|
14 |
if top_path:
|
15 |
segment_id = 4
|
|
|
9 |
|
10 |
|
11 |
def get_tryon_result(human_path, top_path, down_path):
|
12 |
+
human_img = Image.open(human_path).convert("RGB").resize((512,768))
|
13 |
# UPPER BODY 4 , LOWER BODY 6
|
14 |
if top_path:
|
15 |
segment_id = 4
|