fffiloni commited on
Commit
d58b2b3
·
1 Parent(s): aa3ed1f

Update app.py

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