Commit
•
66916c8
1
Parent(s):
1a5a29f
Add tag for TTS as a pipeline so it shows in hf.co/models (#3)
Browse files- Add tag for TTS as a pipeline so it shows in hf.co/models (fb5fbb944a7cdb2ee5a5711919118daf6114bb71)
Co-authored-by: Omar Sanseviero <osanseviero@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- en
|
4 |
tags:
|
5 |
- Parallel Tacotron
|
@@ -8,6 +8,7 @@ tags:
|
|
8 |
datasets:
|
9 |
- CMUArctic
|
10 |
- Hi-Fi
|
|
|
11 |
---
|
12 |
|
13 |
# TTS Models
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- en
|
4 |
tags:
|
5 |
- Parallel Tacotron
|
|
|
8 |
datasets:
|
9 |
- CMUArctic
|
10 |
- Hi-Fi
|
11 |
+
pipeline_tag: text-to-speech
|
12 |
---
|
13 |
|
14 |
# TTS Models
|