Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,22 +4,22 @@
|
|
4 |
#mkdir trained_models
|
5 |
|
6 |
import gdown
|
7 |
-
url = 'https://drive.google.com/
|
8 |
output = 'trained_models/angry_dctts.pth'
|
9 |
gdown.download(url, output, quiet=False)
|
10 |
-
url = 'https://drive.google.com/
|
11 |
output = 'trained_models/neutral_dctts.pth'
|
12 |
gdown.download(url, output, quiet=False)
|
13 |
-
url = 'https://drive.google.com/
|
14 |
output = 'trained_models/ssrn.pth'
|
15 |
gdown.download(url, output, quiet=False)
|
16 |
-
url = 'https://drive.google.com/
|
17 |
output = 'trained_models/disgust_tacotron.pth'
|
18 |
gdown.download(url, output, quiet=False)
|
19 |
url = 'https://drive.google.com/file/d/1xMGnS0vvgW703a9lGXeJNLK1G140RbNI/view?usp=share_link'
|
20 |
output = 'trained_models/amused_tacotron.pth'
|
21 |
gdown.download(url, output, quiet=False)
|
22 |
-
url = 'https://drive.google.com/
|
23 |
output = 'trained_models/sleepiness_tacotron.pth'
|
24 |
gdown.download(url, output, quiet=False)
|
25 |
|
|
|
4 |
#mkdir trained_models
|
5 |
|
6 |
import gdown
|
7 |
+
url = 'https://drive.google.com/file/d/1ARUhLvzfIAkrpH3X9wGz_3oA6ocn-w-o/view?usp=sharing'
|
8 |
output = 'trained_models/angry_dctts.pth'
|
9 |
gdown.download(url, output, quiet=False)
|
10 |
+
url = 'https://drive.google.com/file/d/1fwU_Kex9tYuwBMja3djJ4M1oBzhLaUU-/view?usp=sharing'
|
11 |
output = 'trained_models/neutral_dctts.pth'
|
12 |
gdown.download(url, output, quiet=False)
|
13 |
+
url = 'https://drive.google.com/file/d/1iVhLbBQVMYjO4L1yhz0_rfKLeIUwIUAB/view?usp=sharing'
|
14 |
output = 'trained_models/ssrn.pth'
|
15 |
gdown.download(url, output, quiet=False)
|
16 |
+
url = 'https://drive.google.com/file/d/1ARUhLvzfIAkrpH3X9wGz_3oA6ocn-w-o/view?usp=sharing'
|
17 |
output = 'trained_models/disgust_tacotron.pth'
|
18 |
gdown.download(url, output, quiet=False)
|
19 |
url = 'https://drive.google.com/file/d/1xMGnS0vvgW703a9lGXeJNLK1G140RbNI/view?usp=share_link'
|
20 |
output = 'trained_models/amused_tacotron.pth'
|
21 |
gdown.download(url, output, quiet=False)
|
22 |
+
url = 'https://drive.google.com/file/d/1-uVf8-LZ935X3ZOjtw5DnuclH5Rlw_xP/view?usp=sharing'
|
23 |
output = 'trained_models/sleepiness_tacotron.pth'
|
24 |
gdown.download(url, output, quiet=False)
|
25 |
|