Roh commited on
Commit
cb63967
·
1 Parent(s): 2f069f3
Files changed (1) hide show
  1. app.py +1 -0
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),