Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ def inference_step(vid, start_sec, duration, out_fps):
|
|
110 |
|
111 |
|
112 |
def predict_fn(filepath, start_sec, duration):
|
113 |
-
out_fps =
|
114 |
vid = EncodedVideo.from_path(filepath)
|
115 |
for i in range(duration):
|
116 |
print(f"🖼️ Processing step {i + 1}/{duration}...")
|
|
|
110 |
|
111 |
|
112 |
def predict_fn(filepath, start_sec, duration):
|
113 |
+
out_fps = 18
|
114 |
vid = EncodedVideo.from_path(filepath)
|
115 |
for i in range(duration):
|
116 |
print(f"🖼️ Processing step {i + 1}/{duration}...")
|