Spaces:
Running
Running
change vits links
Browse files
app.py
CHANGED
@@ -201,7 +201,7 @@ def conditionally_hide_widgets(voice):
|
|
201 |
|
202 |
title = "<h1>la vitci voksa - <i><img src='/file/assets/jbolanci.png'/>Lojban text-to-speech</i></h1>"
|
203 |
description = "<h2>VITS & Nix-TTS text-to-speech adapted to Lojban. Join <a href='https://discord.gg/BVm4EYR'>Lojban Discord live chat</a> to discuss further.</h2>"
|
204 |
-
article = "<p style='text-align: center'><a href='https://
|
205 |
|
206 |
with gr.Blocks(css=css) as demo:
|
207 |
gr.HTML(title)
|
|
|
201 |
|
202 |
title = "<h1>la vitci voksa - <i><img src='/file/assets/jbolanci.png'/>Lojban text-to-speech</i></h1>"
|
203 |
description = "<h2>VITS & Nix-TTS text-to-speech adapted to Lojban. Join <a href='https://discord.gg/BVm4EYR'>Lojban Discord live chat</a> to discuss further.</h2>"
|
204 |
+
article = "<p style='text-align: center'><a href='https://github.com/jaywalnut310/vits'>VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech</a> | <a href='https://github.com/rendchevi/nix-tts'>Nix-TTS: Lightweight and End-to-end Text-to-Speech via Module-wise Distillation</a></p>"
|
205 |
|
206 |
with gr.Blocks(css=css) as demo:
|
207 |
gr.HTML(title)
|