audio2photoreal / scripts /installation.sh
lybxin's picture
Upload folder using huggingface_hub
66b7c56 verified
raw
history blame contribute delete
185 Bytes
# download the prerequisite asset models (lip regressor and wav2vec)
wget http://audio2photoreal_models.berkeleyvision.org/asset_models.tar
tar xvf asset_models.tar
rm asset_models.tar