Ii commited on
Commit
474b22a
·
verified ·
1 Parent(s): 53d8a0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -46,6 +46,8 @@ def run(video_path, *vars):
46
  })
47
 
48
  # Call refacer to process video and get refaced video path
 
 
49
  refaced_video_path = refacer.reface(video_path, faces)
50
  print(f"Refaced video can be found at {refaced_video_path}")
51
 
 
46
  })
47
 
48
  # Call refacer to process video and get refaced video path
49
+ # Change refaced video output path to /home/user/app/out
50
+ output_path = "/home/user/app/out/output_video.mp4"
51
  refaced_video_path = refacer.reface(video_path, faces)
52
  print(f"Refaced video can be found at {refaced_video_path}")
53