Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Aishwarya2412
commited on
Commit
•
d21b1a3
1
Parent(s):
c7354ea
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ MAX_SEED = 999999
|
|
153 |
example_path = os.path.join(os.path.dirname(__file__), 'assets')
|
154 |
|
155 |
garm_list = os.listdir(os.path.join(example_path,"cloth"))
|
156 |
-
garm_list_path = [os.path.join(example_path,"cloth",garm) for garm in garm_list]
|
157 |
|
158 |
human_list = os.listdir(os.path.join(example_path,"human"))
|
159 |
human_list_path = [os.path.join(example_path,"human",human) for human in human_list]
|
|
|
153 |
example_path = os.path.join(os.path.dirname(__file__), 'assets')
|
154 |
|
155 |
garm_list = os.listdir(os.path.join(example_path,"cloth"))
|
156 |
+
garm_list_path = [os.path.join(example_path,"cloth",garm) for garm in garm_list[:-1]]
|
157 |
|
158 |
human_list = os.listdir(os.path.join(example_path,"human"))
|
159 |
human_list_path = [os.path.join(example_path,"human",human) for human in human_list]
|