GAS17 commited on
Commit
acf58ab
1 Parent(s): 1f673e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -79,8 +79,8 @@ iface = gr.Interface(
79
  fn=text_to_speech,
80
  inputs=["text", "text"], # Añadir un segundo campo de texto para el user_id
81
  outputs="audio",
82
- title="Generador de Texto a Voz",
83
- description="Ingrese el texto para convertir a voz y su ID de usuario."
84
  )
85
 
86
  # Ejecutar la interfaz
 
79
  fn=text_to_speech,
80
  inputs=["text", "text"], # Añadir un segundo campo de texto para el user_id
81
  outputs="audio",
82
+ title="",
83
+ description="texto"
84
  )
85
 
86
  # Ejecutar la interfaz