Jason-Lu commited on
Commit
14f8ff5
β€’
1 Parent(s): 22ca975

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,10 +10,10 @@ Models trained from [VITS-fast-fine-tuning](https://github.com/Plachtaa/VITS-fas
10
  - After downloading models, you need to move finetune_speaker.json and G_latest.pth to _/path/to/ VITS-fast-fine-tuning_.
11
  - Finally, you can run your local gradio application via _python VC_inference.py --model_dir ./G_latest.pth --share True_
12
 
13
- '''bash
14
  VITS-fast-fine-tuning
15
  β”œβ”€β”€β”€VC_inference.py
16
  β”œβ”€β”€β”€...
17
  β”œβ”€β”€β”€finetune_speaker.json
18
  └───G_latest.pth
19
- '''
 
10
  - After downloading models, you need to move finetune_speaker.json and G_latest.pth to _/path/to/ VITS-fast-fine-tuning_.
11
  - Finally, you can run your local gradio application via _python VC_inference.py --model_dir ./G_latest.pth --share True_
12
 
13
+ ```bash
14
  VITS-fast-fine-tuning
15
  β”œβ”€β”€β”€VC_inference.py
16
  β”œβ”€β”€β”€...
17
  β”œβ”€β”€β”€finetune_speaker.json
18
  └───G_latest.pth
19
+ ```