ahnafsamin commited on
Commit
ee131ef
·
1 Parent(s): 293d0d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ tagen = "https://huggingface.co/wietsedv/tacotron2-gronings/resolve/main/tts_ljs
9
  vocoder_tagen = "parallel_wavegan/ljspeech_parallel_wavegan.v3"
10
 
11
  text2speechen = Text2Speech.from_pretrained(
12
- model_tag=str_or_none(tagen),
13
- vocoder_tag=str_or_none(vocoder_tagen),
14
  device="cpu",
15
  threshold=0.5,
16
  minlenratio=0.0,
 
9
  vocoder_tagen = "parallel_wavegan/ljspeech_parallel_wavegan.v3"
10
 
11
  text2speechen = Text2Speech.from_pretrained(
12
+ model_tag=tagen,
13
+ vocoder_tag=vocoder_tagen,
14
  device="cpu",
15
  threshold=0.5,
16
  minlenratio=0.0,