Spaces:
Runtime error
Runtime error
new push
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ from espnet2.utils.types import str_or_none
|
|
8 |
tagen = 'kan-bayashi/ljspeech_vits'
|
9 |
vocoder_tagen = "none"
|
10 |
|
|
|
11 |
text2speechen = Text2Speech.from_pretrained(
|
12 |
model_tag=str_or_none(tagen),
|
13 |
vocoder_tag=str_or_none(vocoder_tagen),
|
|
|
8 |
tagen = 'kan-bayashi/ljspeech_vits'
|
9 |
vocoder_tagen = "none"
|
10 |
|
11 |
+
|
12 |
text2speechen = Text2Speech.from_pretrained(
|
13 |
model_tag=str_or_none(tagen),
|
14 |
vocoder_tag=str_or_none(vocoder_tagen),
|