Spaces:
Runtime error
Runtime error
set -ex | |
pad_top=0 | |
pad_bottom=20 | |
pad_left=0 | |
pad_right=0 | |
rescaleFactor=1 | |
python3 inference.py --checkpoint_path 'checkpoints/wav2lip_gan.pth' --face './musk.mp4' --audio './musk.mp3' --pads $pad_top $pad_bottom $pad_left $pad_right --resize_factor $rescaleFactor --nosmooth --outfile './output_video.mp4' |