Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -31,8 +31,8 @@ def generate(video, audio, checkpoint, no_smooth, resize_factor, pad_top, pad_bo
|
|
31 |
"--audio", audio_path,
|
32 |
"--outfile", output_path,
|
33 |
"--resize_factor", "2",
|
34 |
-
"--face_det_batch_size", "
|
35 |
-
"--wav2lip_batch_size", "
|
36 |
"--fps", "30",
|
37 |
|
38 |
"--pads", str(pad_top), str(pad_bottom), str(pad_left), str(pad_right)
|
|
|
31 |
"--audio", audio_path,
|
32 |
"--outfile", output_path,
|
33 |
"--resize_factor", "2",
|
34 |
+
"--face_det_batch_size", "4",
|
35 |
+
"--wav2lip_batch_size", "64",
|
36 |
"--fps", "30",
|
37 |
|
38 |
"--pads", str(pad_top), str(pad_bottom), str(pad_left), str(pad_right)
|