Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: fairseq
|
3 |
+
task: text-to-speech
|
4 |
+
tags:
|
5 |
+
- fairseq
|
6 |
+
- audio
|
7 |
+
- text-to-speech
|
8 |
+
language: en
|
9 |
+
widget:
|
10 |
+
- text: "Hello, this is a test run."
|
11 |
+
example_title: "Hello, this is a test run."
|
12 |
+
---
|
13 |
+
# fastspeech2-mf1
|