Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ language:
|
|
| 6 |
# My first TTS
|
| 7 |
|
| 8 |
|
| 9 |
-
## Example
|
| 10 |
|
| 11 |
```python
|
| 12 |
import torch
|
|
@@ -42,6 +42,8 @@ this model train with only 1094 voice data (single speaker)
|
|
| 42 |
so voice maybe not too good and sometimes sound weird or unnatural
|
| 43 |
because dataset is small ;-;
|
| 44 |
|
|
|
|
|
|
|
| 45 |
<audio controls>
|
| 46 |
<source src="https://huggingface.co/meguscx/VITS-TH-Model/resolve/main/test.wav" type="audio/wav">
|
| 47 |
Your browser does not support the audio element.
|
|
|
|
| 6 |
# My first TTS
|
| 7 |
|
| 8 |
|
| 9 |
+
## Example Code
|
| 10 |
|
| 11 |
```python
|
| 12 |
import torch
|
|
|
|
| 42 |
so voice maybe not too good and sometimes sound weird or unnatural
|
| 43 |
because dataset is small ;-;
|
| 44 |
|
| 45 |
+
|
| 46 |
+
## Sample Audio
|
| 47 |
<audio controls>
|
| 48 |
<source src="https://huggingface.co/meguscx/VITS-TH-Model/resolve/main/test.wav" type="audio/wav">
|
| 49 |
Your browser does not support the audio element.
|