Update app.py
Browse files
app.py
CHANGED
@@ -111,9 +111,9 @@ def run(domain_source, action_source, hair_source, top_source, bottom_source, do
|
|
111 |
elif top_target == "ocre": top_target = '6'
|
112 |
|
113 |
# bottom
|
114 |
-
if
|
115 |
-
elif
|
116 |
-
elif
|
117 |
|
118 |
file_name_target = './Sprite/frames/domain_2/' + action_target + '/'
|
119 |
file_name_target = file_name_target + 'front' + '_' + str(body_target) + str(bottom_target) + str(top_target) + str(hair_target) + '_'
|
|
|
111 |
elif top_target == "ocre": top_target = '6'
|
112 |
|
113 |
# bottom
|
114 |
+
if bottom_target == "denim": bottom_target = '4'
|
115 |
+
elif bottom_target == "olive": bottom_target = '5'
|
116 |
+
elif bottom_target == "brown": bottom_target = '6'
|
117 |
|
118 |
file_name_target = './Sprite/frames/domain_2/' + action_target + '/'
|
119 |
file_name_target = file_name_target + 'front' + '_' + str(body_target) + str(bottom_target) + str(top_target) + str(hair_target) + '_'
|