From 88e2cd163812bfde7d4bc18f5b447c65f332f5ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sun, 21 Apr 2024 00:17:01 +0900 Subject: [PATCH] optimize(run.sh): remove dlmodels due to impl. of rvcmd --- run.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/run.sh b/run.sh index f034d23..aec7c0a 100755 --- a/run.sh +++ b/run.sh @@ -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