Update README.md
Browse files
README.md
CHANGED
@@ -13,13 +13,11 @@ Unlike traditional VC methods, which require a target recording during inference
|
|
13 |
|
14 |
For more details, please check our interspeech paper: [DreamVoice](https://arxiv.org/abs/2406.16314)
|
15 |
|
16 |
-
--------------------
|
17 |
|
18 |
## Demo
|
19 |
|
20 |
🎵 Listen to [examples](https://mydemo.page)
|
21 |
|
22 |
-
--------------------
|
23 |
|
24 |
# Model Usage
|
25 |
|
@@ -88,8 +86,6 @@ gen_tradition, sr = dreamvoice.simplevc('examples/test1.wav', speaker_audio='exa
|
|
88 |
dreamvoice.save_audio('gen_tradition.wav', gen_tradition, sr)
|
89 |
```
|
90 |
|
91 |
-
--------------------
|
92 |
-
|
93 |
## Reference
|
94 |
|
95 |
If you find the code useful for your research, please consider citing:
|
|
|
13 |
|
14 |
For more details, please check our interspeech paper: [DreamVoice](https://arxiv.org/abs/2406.16314)
|
15 |
|
|
|
16 |
|
17 |
## Demo
|
18 |
|
19 |
🎵 Listen to [examples](https://mydemo.page)
|
20 |
|
|
|
21 |
|
22 |
# Model Usage
|
23 |
|
|
|
86 |
dreamvoice.save_audio('gen_tradition.wav', gen_tradition, sr)
|
87 |
```
|
88 |
|
|
|
|
|
89 |
## Reference
|
90 |
|
91 |
If you find the code useful for your research, please consider citing:
|