Higobeatz commited on
Commit
0e180a9
·
verified ·
1 Parent(s): d33944d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -29,7 +29,7 @@ pip install -r requirements.txt
29
 
30
  Then you can use the model with the following code:
31
 
32
- - Plugin mode (DreamVG + ReDiffVC)
33
 
34
  ```python
35
  from dreamvoice import DreamVoice
@@ -74,7 +74,7 @@ gen_end2end2, sr = dreamvoice.simplevc('examples/test2.wav', speaker_audio='gen_
74
  dreamvoice.save_audio('gen_end2end2.wav', gen_end2end2, sr)
75
  ```
76
 
77
- - One-shot Voice Conversion (ReDiffVC)
78
 
79
  ```python
80
  from dreamvoice import DreamVoice
 
29
 
30
  Then you can use the model with the following code:
31
 
32
+ - Plugin mode (DreamVG + DiffVC)
33
 
34
  ```python
35
  from dreamvoice import DreamVoice
 
74
  dreamvoice.save_audio('gen_end2end2.wav', gen_end2end2, sr)
75
  ```
76
 
77
+ - One-shot Voice Conversion (DiffVC)
78
 
79
  ```python
80
  from dreamvoice import DreamVoice