SuCicada commited on
Commit
a15df6e
·
1 Parent(s): ff24260
Files changed (1) hide show
  1. run.sh +2 -0
run.sh CHANGED
@@ -16,6 +16,8 @@ pip install pydub soundfile
16
 
17
  wget https://huggingface.co/SuCicada/Lain-so-vits-svc-4.0/resolve/main/config.json
18
  wget https://huggingface.co/SuCicada/Lain-so-vits-svc-4.0/resolve/main/G_256800_infer.pth
 
 
19
  model_path=$(realpath G_256800_infer.pth)
20
  config_path=$(realpath config.json)
21
  echo $model_path
 
16
 
17
  wget https://huggingface.co/SuCicada/Lain-so-vits-svc-4.0/resolve/main/config.json
18
  wget https://huggingface.co/SuCicada/Lain-so-vits-svc-4.0/resolve/main/G_256800_infer.pth
19
+ curl -L https://ibm.ent.box.com/shared/static/z1wgl1stco8ffooyatzdwsqn2psd9lrr -o hubert/checkpoint_best_legacy_500.pt
20
+
21
  model_path=$(realpath G_256800_infer.pth)
22
  config_path=$(realpath config.json)
23
  echo $model_path