SuCicada commited on
Commit
ab8a40d
1 Parent(s): c3e053b
Files changed (1) hide show
  1. run.sh +5 -0
run.sh CHANGED
@@ -12,4 +12,9 @@ else
12
  fi
13
 
14
  pip install -r requirements.txt
 
 
 
 
 
15
  python VC_inference.py --model_dir ../G_latest.pth --config_dir ../finetune_speaker.json
 
12
  fi
13
 
14
  pip install -r requirements.txt
15
+ cd monotonic_align/
16
+ mkdir monotonic_align
17
+ python setup.py build_ext --inplace
18
+ cd ..
19
+
20
  python VC_inference.py --model_dir ../G_latest.pth --config_dir ../finetune_speaker.json