sanchit-gandhi HF staff commited on
Commit
4878f60
1 Parent(s): 6089c46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ api = ChatGPT(session_token=session_token)
31
  tacotron2 = Tacotron2.from_hparams(
32
  source="speechbrain/tts-tacotron2-ljspeech",
33
  savedir="tmpdir_tts",
34
- overrides={"max_decoder_steps": 6000},
35
  run_opts={"device": device},
36
  )
37
  hifi_gan = HIFIGAN.from_hparams(source="speechbrain/tts-hifigan-ljspeech", savedir="tmpdir_vocoder")
 
31
  tacotron2 = Tacotron2.from_hparams(
32
  source="speechbrain/tts-tacotron2-ljspeech",
33
  savedir="tmpdir_tts",
34
+ overrides={"max_decoder_steps": 10000},
35
  run_opts={"device": device},
36
  )
37
  hifi_gan = HIFIGAN.from_hparams(source="speechbrain/tts-hifigan-ljspeech", savedir="tmpdir_vocoder")