fffiloni commited on
Commit
0e27115
1 Parent(s): f252d28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -84,8 +84,8 @@ def infer():
84
  #img1_batch = torch.stack([frames[0]])
85
  #img2_batch = torch.stack([frames[1]])
86
 
87
- img1_batch = torch.stack([input_frame_2])
88
- img2_batch = torch.stack([input_diffused])
89
 
90
  print(f"FRAME AFTER stack: {img1_batch}")
91
 
 
84
  #img1_batch = torch.stack([frames[0]])
85
  #img2_batch = torch.stack([frames[1]])
86
 
87
+ img1_batch = torch.stack([input_frame_1])
88
+ img2_batch = torch.stack([input_frame_2])
89
 
90
  print(f"FRAME AFTER stack: {img1_batch}")
91