Update README.md
Browse files
README.md
CHANGED
@@ -8,11 +8,14 @@
|
|
8 |
|
9 |
## Introduction
|
10 |
|
|
|
11 |
|
12 |
## Demo
|
13 |
|
14 |
🎵 Listen to [examples](https://mydemo.page)
|
15 |
|
|
|
|
|
16 |
## Model Usage
|
17 |
|
18 |
To load the models, you need to install packages:
|
@@ -80,6 +83,8 @@ gen_tradition, sr = dreamvoice.simplevc('examples/test1.wav', speaker_audio='exa
|
|
80 |
dreamvoice.save_audio('gen_tradition.wav', gen_tradition, sr)
|
81 |
```
|
82 |
|
|
|
|
|
83 |
## Reference
|
84 |
|
85 |
If you find the code useful for your research, please consider citing:
|
|
|
8 |
|
9 |
## Introduction
|
10 |
|
11 |
+
--------------------
|
12 |
|
13 |
## Demo
|
14 |
|
15 |
🎵 Listen to [examples](https://mydemo.page)
|
16 |
|
17 |
+
--------------------
|
18 |
+
|
19 |
## Model Usage
|
20 |
|
21 |
To load the models, you need to install packages:
|
|
|
83 |
dreamvoice.save_audio('gen_tradition.wav', gen_tradition, sr)
|
84 |
```
|
85 |
|
86 |
+
--------------------
|
87 |
+
|
88 |
## Reference
|
89 |
|
90 |
If you find the code useful for your research, please consider citing:
|