GAS17 commited on
Commit
d18ed36
1 Parent(s): 2f8e1a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -93,8 +93,8 @@ iface = gr.Interface(
93
  fn=text_to_speech,
94
  inputs="text",
95
  outputs="audio",
96
- title="Generador de Texto a Voz",
97
- description="Ingrese el texto para convertir a voz."
98
  )
99
 
100
  # Ejecutar la interfaz
 
93
  fn=text_to_speech,
94
  inputs="text",
95
  outputs="audio",
96
+ title="",
97
+ description="texto"
98
  )
99
 
100
  # Ejecutar la interfaz