ldkong commited on
Commit
5c941b8
β€’
1 Parent(s): b61fd46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -757,6 +757,7 @@ def run(domain_source, action_source, hair_source, top_source, bottom_source, do
757
  # == Load Input ==
758
  images_source = name2seq(file_name_source)
759
  images_target = name2seq(file_name_target)
 
760
 
761
 
762
  # == Load Model ==
 
757
  # == Load Input ==
758
  images_source = name2seq(file_name_source)
759
  images_target = name2seq(file_name_target)
760
+ x = torch.cat((images_source, images_target), dim=0)
761
 
762
 
763
  # == Load Model ==