Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
|
6 |
import gdown
|
7 |
url = 'https://drive.google.com/uc?id=1rmhtEl3N3kAfnQM6J0vDGSCCHlHLK6kw'
|
|
|
1 |
+
git clone https://github.com/Emotional-Text-to-Speech/pytorch-dc-tts
|
2 |
+
git clone --recursive https://github.com/Emotional-Text-to-Speech/tacotron_pytorch.git
|
3 |
+
cd "tacotron_pytorch/" && pip install -e .
|
4 |
+
mkdir trained_models
|
5 |
|
6 |
import gdown
|
7 |
url = 'https://drive.google.com/uc?id=1rmhtEl3N3kAfnQM6J0vDGSCCHlHLK6kw'
|