YUNSUN7 commited on
Commit
e9a6cbc
·
1 Parent(s): 3a202f9

Upload Gradio.txt

Browse files
Files changed (1) hide show
  1. Gradio.txt +14 -0
Gradio.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ python -m venv RVC
2
+ cd RVC
3
+ git clone https://github.com/777gt/-EVC-
4
+ Scripts/activate.bat
5
+ pip install torch torchvision torchaudio
6
+ pip install -r "-EVC-/requirements.txt"
7
+ pip install -r "-EVC-/requirements-dml.txt"
8
+ wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/rmvpe.pt -O ./assets/rmvpe/rmvpe.pt
9
+ wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/rmvpe.onnx -O ./assets/rmvpe/rmvpe.onnx
10
+ wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/hubert_base.pt -O ./assets/hubert/hubert_base.pt
11
+ wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/D40k.pth -O ./assets/pretrained_v2/D40k.pth
12
+ wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/G40k.pth -O ./assets/pretrained_v2/G40k.pth
13
+ wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/f0D40k.pth -O ./assets/pretrained_v2/f0D40k.pth
14
+ wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/f0G40k.pth -O ./assets/pretrained_v2/f0G40k.pth