altayavci commited on
Commit
dc2b5b8
1 Parent(s): 063376b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,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