Spaces:
Runtime error
Runtime error
Commit
•
0b47d35
1
Parent(s):
5b12ccb
Update app.py
Browse files
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 [
|
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."
|