fffiloni commited on
Commit
75a34fe
1 Parent(s): f090ce7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -225,7 +225,7 @@ def infer_auto(project_name, video_in, subject_to_remove):
225
  #bmx_trees_folder = os.path.join(output_folder, "bmx-trees")
226
 
227
  # Convert the float fps to an integer
228
- needed_fps = int(video_frames[2])
229
 
230
 
231
  command = [
 
225
  #bmx_trees_folder = os.path.join(output_folder, "bmx-trees")
226
 
227
  # Convert the float fps to an integer
228
+ needed_fps = int(video_frames[1])
229
 
230
 
231
  command = [