nateraw commited on
Commit
65f2560
·
1 Parent(s): 89c6b1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 12
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}...")