Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,7 @@ license: apache-2.0
|
|
| 3 |
language:
|
| 4 |
- zh
|
| 5 |
library_name: transformers.js
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech
|
|
@@ -56,4 +57,4 @@ console.log(await synthesizer(pinyin("中文")))
|
|
| 56 |
// }
|
| 57 |
```
|
| 58 |
|
| 59 |
-
Note: Transformers.js (ONNX) version does not support speaker_id, so it will fixed in 0
|
|
|
|
| 3 |
language:
|
| 4 |
- zh
|
| 5 |
library_name: transformers.js
|
| 6 |
+
pipeline_tag: text-to-speech
|
| 7 |
---
|
| 8 |
|
| 9 |
# VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech
|
|
|
|
| 57 |
// }
|
| 58 |
```
|
| 59 |
|
| 60 |
+
Note: Transformers.js (ONNX) version does not support speaker_id, so it will fixed in 0
|