Update README.md
Browse files
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 +
|
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 (
|
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
|