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