ldkong commited on
Commit
c240920
β€’
1 Parent(s): 60e9bf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 bottom_source == "denim": bottom_source = '4'
115
- elif bottom_source == "olive": bottom_source = '5'
116
- elif bottom_source == "brown": bottom_source = '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) + '_'
 
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) + '_'