goryhon commited on
Commit
b83b829
·
verified ·
1 Parent(s): ea368e8

Update web-demos/hugging_face/app.py

Browse files
Files changed (1) hide show
  1. web-demos/hugging_face/app.py +1 -1
web-demos/hugging_face/app.py CHANGED
@@ -96,7 +96,7 @@ def get_frames_from_video(video_input, video_state):
96
  break
97
  t = len(frames)
98
  if t > 0:
99
- print(f'Inp video shape: t_{t}, s_{original_h}x{original_w} to s_{target_h}x{target_w}')
100
  else:
101
  print(f'Inp video shape: t_{t}, no input video!!!')
102
  except (OSError, TypeError, ValueError, KeyError, SyntaxError) as e:
 
96
  break
97
  t = len(frames)
98
  if t > 0:
99
+ print(f'Inp video shape: t_{t}, s_{original_h}x{original_w}')
100
  else:
101
  print(f'Inp video shape: t_{t}, no input video!!!')
102
  except (OSError, TypeError, ValueError, KeyError, SyntaxError) as e: