fffiloni commited on
Commit
a99d573
·
1 Parent(s): f6486fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ def infer():
148
  #img2_batch = torch.stack([frames[1]])
149
 
150
  img1_batch = torch.stack([input_frame_2])
151
- img2_batch = torch.stack([input_frame_1])
152
 
153
  print(f"FRAME AFTER stack: {img1_batch}")
154
 
 
148
  #img2_batch = torch.stack([frames[1]])
149
 
150
  img1_batch = torch.stack([input_frame_2])
151
+ img2_batch = torch.stack([input_diffused])
152
 
153
  print(f"FRAME AFTER stack: {img1_batch}")
154