Update app.py
Browse files
app.py
CHANGED
|
@@ -125,12 +125,12 @@ def main(args):
|
|
| 125 |
inference_function.video_lipsync_correctness(
|
| 126 |
face=face_path,
|
| 127 |
audio_path=audio_path,
|
|
|
|
| 128 |
outfile=output_path,
|
| 129 |
tmp_dir="temp",
|
| 130 |
crop=[0, -1, 0, -1],
|
| 131 |
re_preprocess=True, # Set to True if you want to reprocess; False otherwise
|
| 132 |
exp_img="neutral", # Can be 'smile', 'neutral', or path to an expression image
|
| 133 |
-
face3d_net_path = path_of_net_recon_model ,
|
| 134 |
one_shot=False,
|
| 135 |
up_face="original", # Options: 'original', 'sad', 'angry', 'surprise'
|
| 136 |
LNet_batch_size=16,
|
|
|
|
| 125 |
inference_function.video_lipsync_correctness(
|
| 126 |
face=face_path,
|
| 127 |
audio_path=audio_path,
|
| 128 |
+
face3d_net_path = path_of_net_recon_model,
|
| 129 |
outfile=output_path,
|
| 130 |
tmp_dir="temp",
|
| 131 |
crop=[0, -1, 0, -1],
|
| 132 |
re_preprocess=True, # Set to True if you want to reprocess; False otherwise
|
| 133 |
exp_img="neutral", # Can be 'smile', 'neutral', or path to an expression image
|
|
|
|
| 134 |
one_shot=False,
|
| 135 |
up_face="original", # Options: 'original', 'sad', 'angry', 'surprise'
|
| 136 |
LNet_batch_size=16,
|