DragGAN
DragGAN copied to clipboard
sh: 0: cannot open scripts/download_model.sh: No such file
the above show when i try to run this code !sh scripts/download_model.sh
what do i do?
it is python scripts/download_model.py not sh scripts/download_model.sh
In colab, use the following line instead
!python scripts/download_model.py
!python scripts/download_model.py , yeah this is working