GAS17 commited on
Commit
65421e9
1 Parent(s): 0b1ec24

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=[gr.Textbox(label="Texto"), gr.Slider(minimum=0, maximum=1, step=0.1, label="Style")], # Añadir barra para style
95
  outputs="audio",
96
- title="Text to Speech con Ajuste de Estilo",
97
- description="Genera audio a partir de texto con ajuste de estilo."
98
  )
99
 
100
  # Ejecutar la interfaz
 
93
  fn=text_to_speech,
94
  inputs=[gr.Textbox(label="Texto"), gr.Slider(minimum=0, maximum=1, step=0.1, label="Style")], # Añadir barra para style
95
  outputs="audio",
96
+ title="",
97
+ description=""
98
  )
99
 
100
  # Ejecutar la interfaz