fffiloni commited on
Commit
c34fc9f
·
1 Parent(s): c798d8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ def infer():
170
  transform = T.ToPILImage()
171
 
172
  # convert the tensor to PIL image using above transform
173
- img = transform(input_frame_2)
174
  img = img.resize((960, 520))
175
  # display the PIL image
176
  #img.show()
 
170
  transform = T.ToPILImage()
171
 
172
  # convert the tensor to PIL image using above transform
173
+ img = transform(frames[1])
174
  img = img.resize((960, 520))
175
  # display the PIL image
176
  #img.show()