sanchit-gandhi HF staff commited on
Commit
0b47d35
1 Parent(s): 5b12ccb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -15,12 +15,9 @@ title = """
15
  """
16
 
17
  description = """
18
- VITS is an end-to-end speech synthesis model that predicts a speech waveform conditional on an input text sequence. It
19
- is a conditional variational autoencoder (VAE) comprised of a posterior encoder, decoder, and conditional prior.
20
 
21
- This demo showcases the official VITS checkpoints, trained on the [LJ
22
- Speech](https://huggingface.co/kakao-enterprise/vits-ljs) and [VCTK](https://huggingface.co/kakao-enterprise/vits-vctk)
23
- datasets.
24
  """
25
 
26
  article = "Model by Jaehyeon Kim et al. from Kakao Enterprise. Code and demo by 🤗 Hugging Face."
 
15
  """
16
 
17
  description = """
18
+ VITS is an end-to-end speech synthesis model that predicts a speech waveform conditional on an input text sequence. It is a conditional variational autoencoder (VAE) comprised of a posterior encoder, decoder, and conditional prior.
 
19
 
20
+ This demo showcases the official VITS checkpoints, trained on the [LJSpeech](https://huggingface.co/kakao-enterprise/vits-ljs) and [VCTK](https://huggingface.co/kakao-enterprise/vits-vctk) datasets.
 
 
21
  """
22
 
23
  article = "Model by Jaehyeon Kim et al. from Kakao Enterprise. Code and demo by 🤗 Hugging Face."