make dlmodels.sh executable before running (#1771)

This commit is contained in:
Albert Softie
2024-01-27 02:13:34 -05:00
committed by GitHub
parent c09d1bcfac
commit 401db68aba

1
run.sh
View File

@@ -51,6 +51,7 @@ else
fi fi
# Download models # Download models
chmod +x tools/dlmodels.sh
./tools/dlmodels.sh ./tools/dlmodels.sh
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then