optimize(run.sh): remove dlmodels due to impl. of rvcmd

This commit is contained in:
源文雨 2024-04-21 00:17:01 +09:00
parent 4ed830f785
commit 88e2cd1638
1 changed files with 0 additions and 8 deletions

8
run.sh
View File

@ -47,13 +47,5 @@ else
fi
fi
# Download models
chmod +x tools/dlmodels.sh
./tools/dlmodels.sh
if [ $? -ne 0 ]; then
exit 1
fi
# Run the main script
python3.8 infer-web.py --pycmd python3.8