freealise commited on
Commit
4e08cc5
1 Parent(s): 5db167c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def infer(url_in,interpolation,fps_output,resize_n):
95
 
96
  fps_output = logscale(fps_output)
97
  # 1. break video into frames and get FPS
98
- break_vid = get_frames(url_in, "vid_input_frame", "origin", resize_n.value)
99
  frames_list = break_vid[0]
100
  fps = break_vid[1]
101
  print(f"ORIGIN FPS: {fps}")
 
95
 
96
  fps_output = logscale(fps_output)
97
  # 1. break video into frames and get FPS
98
+ break_vid = get_frames(url_in, "vid_input_frame", "origin", resize_n)
99
  frames_list = break_vid[0]
100
  fps = break_vid[1]
101
  print(f"ORIGIN FPS: {fps}")