aiface commited on
Commit
e0bd4e5
1 Parent(s): b735442

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ face_detector_path = "/home/user/app/mmod_human_face_detector.dat"
57
  face_predictor_path = "/home/user/app/shape_predictor_68_face_landmarks.dat"
58
  mean_face_path = "/home/user/app/20words_mean_face.npy"
59
  mouth_roi_path = "/home/user/app/roi.mp4"
60
- output_video_path = "/home/user/app/video/và/test/test.npy"
61
  modalities = ["video"]
62
  gen_subset = "test"
63
  gen_cfg = GenerationConfig(beam=20)
 
57
  face_predictor_path = "/home/user/app/shape_predictor_68_face_landmarks.dat"
58
  mean_face_path = "/home/user/app/20words_mean_face.npy"
59
  mouth_roi_path = "/home/user/app/roi.mp4"
60
+ output_video_path = "/home/user/app/video/và/test/test.npz"
61
  modalities = ["video"]
62
  gen_subset = "test"
63
  gen_cfg = GenerationConfig(beam=20)