mrm8488 commited on
Commit
caa1813
1 Parent(s): 1546648

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -8
app.py CHANGED
@@ -28,20 +28,16 @@ def predict(prompt, audio_file_pth):
28
  title = "Coquib🐸 XTTS - Spanish Demo"
29
 
30
  description = """
31
- <a href="https://huggingface.co/coqui/XTTS-v1">XTTS</a> is a Voice generation model that lets you clone voices into different languages by using just a quick 3-second audio clip.
32
  <br/>
33
- Built on Tortoise, XTTS has important model changes that make cross-language voice cloning and multi-lingual speech generation super easy.
34
  <br/>
35
- This is the same model that powers Coqui Studio, and Coqui API, however we apply a few tricks to make it faster and support streaming inference.
36
  <br/>
37
  <br/>
38
- <p>For faster inference without waiting in the queue, you should duplicate this space and upgrade to GPU via the settings.
39
- <br/>
40
- <a href="https://huggingface.co/spaces/coqui/xtts?duplicate=true">
41
- <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
42
- </p>
43
  """
44
 
 
45
  article = """
46
  <div style='margin:20px auto;'>
47
  <p>By using this demo you agree to the terms of the Coqui Public Model License at https://coqui.ai/cpml</p>
 
28
  title = "Coquib🐸 XTTS - Spanish Demo"
29
 
30
  description = """
31
+ <a href="https://huggingface.co/coqui/XTTS-v1">XTTS</a> es un modelo de generación de voz que te permite clonar voces en diferentes idiomas usando solo un clip de audio rápido de 3 segundos.
32
  <br/>
33
+ Construido sobre Tortoise, XTTS ha sufrido cambios importantes en el modelo que facilitan la clonación de voz entre idiomas y la generación de voz multilingüe.
34
  <br/>
35
+ Este es el mismo modelo que alimenta Coqui Studio y Coqui API, sin embargo, aplicamos algunos trucos para hacerlo más rápido y soportar inferencia en streaming.
36
  <br/>
37
  <br/>
 
 
 
 
 
38
  """
39
 
40
+
41
  article = """
42
  <div style='margin:20px auto;'>
43
  <p>By using this demo you agree to the terms of the Coqui Public Model License at https://coqui.ai/cpml</p>