Update app.py
Browse files
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([
|
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}")
|