Spaces:
Running
Running
Update app.py
Browse files
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"
|
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.npy"
|
61 |
modalities = ["video"]
|
62 |
gen_subset = "test"
|
63 |
gen_cfg = GenerationConfig(beam=20)
|