Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,13 +10,9 @@ MODELS = {}
|
|
10 |
manager = ModelManager()
|
11 |
|
12 |
MODEL_NAMES = [
|
13 |
-
"en/ljspeech/tacotron2-DDC",
|
14 |
"en/ljspeech/glow-tts",
|
15 |
"en/ljspeech/speedy-speech-wn",
|
16 |
"en/ljspeech/vits",
|
17 |
-
"en/sam/tacotron-DDC",
|
18 |
-
"fr/mai/tacotron2-DDC",
|
19 |
-
"de/thorsten/tacotron2-DCA",
|
20 |
]
|
21 |
|
22 |
for MODEL_NAME in MODEL_NAMES:
|
|
|
10 |
manager = ModelManager()
|
11 |
|
12 |
MODEL_NAMES = [
|
|
|
13 |
"en/ljspeech/glow-tts",
|
14 |
"en/ljspeech/speedy-speech-wn",
|
15 |
"en/ljspeech/vits",
|
|
|
|
|
|
|
16 |
]
|
17 |
|
18 |
for MODEL_NAME in MODEL_NAMES:
|