Download script on Google Colab needs to be updated
abdshomad opened this issue · 0 comments
abdshomad commented
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.