Commit
Β·
c6ab084
1
Parent(s):
feec0bf
edited readme
Browse files
.DS_Store
ADDED
Binary file (10.2 kB). View file
|
|
README.md
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
# FastSpeech 2 - PyTorch Implementation
|
2 |
-
|
3 |
---
|
4 |
title: Emotion Aware TTS
|
5 |
emoji: π
|
@@ -12,7 +10,6 @@ pinned: false
|
|
12 |
license: mit
|
13 |
---
|
14 |
|
15 |
-
|
16 |
This is a PyTorch implementation of Microsoft's text-to-speech system [**FastSpeech 2: Fast and High-Quality End-to-End Text to Speech**](https://arxiv.org/abs/2006.04558v1).
|
17 |
This project is based on [xcmyz's implementation](https://github.com/xcmyz/FastSpeech) of FastSpeech. Feel free to use/modify the code.
|
18 |
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Emotion Aware TTS
|
3 |
emoji: π
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
|
|
13 |
This is a PyTorch implementation of Microsoft's text-to-speech system [**FastSpeech 2: Fast and High-Quality End-to-End Text to Speech**](https://arxiv.org/abs/2006.04558v1).
|
14 |
This project is based on [xcmyz's implementation](https://github.com/xcmyz/FastSpeech) of FastSpeech. Feel free to use/modify the code.
|
15 |
|