Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-to-speech
|
6 |
+
tags:
|
7 |
+
- StyleTTS2
|
8 |
+
- TTS
|
9 |
+
- jenny
|
10 |
+
---
|
11 |
+
|
12 |
+
# Jenny TTS - StyleTTS2
|
13 |
+
|
14 |
+
This is a fine-tuned StyleTTS2 model trained on Jenny dataset.
|
15 |
+
|
16 |
+
## Usage
|
17 |
+
|
18 |
+
```python
|
19 |
+
# Code example for using the model
|