muryshev commited on
Commit
1cd5267
1 Parent(s): d0e661d

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +1 -1
run.sh CHANGED
@@ -21,7 +21,7 @@ calculate_progress() {
21
  # Check if the file exists
22
  if [ ! -e "$MODEL_PATH" ]; then
23
  echo "Downloading model."
24
- wget -q -O "$MODEL_PATH" "$MODEL_URL"
25
  echo "Model downloaded."
26
  else
27
  echo "File already exists."
 
21
  # Check if the file exists
22
  if [ ! -e "$MODEL_PATH" ]; then
23
  echo "Downloading model."
24
+ wget -x -q -O "$MODEL_PATH" "$MODEL_URL"
25
  echo "Model downloaded."
26
  else
27
  echo "File already exists."