Spaces:
Runtime error
Runtime error
drop the human_list_path
Browse files
app.py
CHANGED
@@ -245,8 +245,8 @@ def start_tryon(dict,garm_img,garment_des,is_checked,is_checked_crop,denoise_ste
|
|
245 |
garm_list = os.listdir(os.path.join(example_path,"cloth"))
|
246 |
garm_list_path = [os.path.join(example_path,"cloth",garm) for garm in garm_list]
|
247 |
|
248 |
-
human_list = os.listdir(os.path.join(example_path,"human"))
|
249 |
-
human_list_path = [os.path.join(example_path,"human",human) for human in human_list]
|
250 |
|
251 |
# human_ex_list = []
|
252 |
# for ex_human in human_list_path:
|
|
|
245 |
garm_list = os.listdir(os.path.join(example_path,"cloth"))
|
246 |
garm_list_path = [os.path.join(example_path,"cloth",garm) for garm in garm_list]
|
247 |
|
248 |
+
# human_list = os.listdir(os.path.join(example_path,"human"))
|
249 |
+
# human_list_path = [os.path.join(example_path,"human",human) for human in human_list]
|
250 |
|
251 |
# human_ex_list = []
|
252 |
# for ex_human in human_list_path:
|