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