fffiloni commited on
Commit
dbc84f9
·
1 Parent(s): d2a1d9e

handle original fps

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -228,7 +228,8 @@ def infer_auto(project_name, video_in, subject_to_remove):
228
  f"inference_propainter.py",
229
  f"--video={video_frames_folder}",
230
  f"--mask={masks_folder}",
231
- f"--output={output_folder}"
 
232
  ]
233
 
234
  execute_command(command)
 
228
  f"inference_propainter.py",
229
  f"--video={video_frames_folder}",
230
  f"--mask={masks_folder}",
231
+ f"--output={output_folder}",
232
+ f"--save_fps={video_frames[1]}"
233
  ]
234
 
235
  execute_command(command)