Spaces:
Runtime error
Runtime error
harveen
commited on
Commit
·
8954d2e
1
Parent(s):
089e9e0
Add
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ from argparse import Namespace
|
|
16 |
|
17 |
|
18 |
args = {
|
19 |
-
'acoustic':'/home/user/app/ttsv/checkpoints/
|
20 |
-
'vocoder':'/home/user/app/ttsv/checkpoints/
|
21 |
'device':'cpu',
|
22 |
'lang':'hi'
|
23 |
}
|
|
|
16 |
|
17 |
|
18 |
args = {
|
19 |
+
'acoustic':'/home/user/app/ttsv/checkpoints/glow_ckp',
|
20 |
+
'vocoder':'/home/user/app/ttsv/checkpoints/hifi_ckp',
|
21 |
'device':'cpu',
|
22 |
'lang':'hi'
|
23 |
}
|