Update app.py
Browse files
app.py
CHANGED
@@ -11,12 +11,12 @@ def infer():
|
|
11 |
command = [
|
12 |
f"python",
|
13 |
f"inference_for_demo_video.py",
|
14 |
-
f"--wav_path
|
15 |
-
f"--style_clip_path
|
16 |
-
f"--pose_path
|
17 |
-
f"--image_path
|
18 |
-
f"--cfg_scale
|
19 |
-
f"--max_gen_len
|
20 |
f"--output_name={output_name}"
|
21 |
]
|
22 |
|
|
|
11 |
command = [
|
12 |
f"python",
|
13 |
f"inference_for_demo_video.py",
|
14 |
+
f"--wav_path=data/audio/acknowledgement_english.m4a",
|
15 |
+
f"--style_clip_path=data/style_clip/3DMM/M030_front_neutral_level1_001.mat",
|
16 |
+
f"--pose_path=data/pose/RichardShelby_front_neutral_level1_001.mat",
|
17 |
+
f"--image_path=data/src_img/uncropped/male_face.png",
|
18 |
+
f"--cfg_scale=1.0",
|
19 |
+
f"--max_gen_len=30",
|
20 |
f"--output_name={output_name}"
|
21 |
]
|
22 |
|