DragGAN
DragGAN copied to clipboard
Download script on Google Colab needs to be updated
Currently, in Google Colab, the script to download the models is still using !sh scripts/download_model.sh
Actually in repo, it changed to this python script !python scripts/download_model.py
Resolution: Change the Google Colab script to reflect this changes.