GAS17 commited on
Commit
f5d1126
·
verified ·
1 Parent(s): a4efe53

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
  gr.Slider(minimum=0, maximum=1, step=0.1, label="Style")
80
  ],
81
  outputs=gr.Audio(type="filepath"),
82
- title="Text to Speech ElevenLabs",
83
- description="Convierte texto a voz usando ElevenLabs. Elige el 'Style' con el slider."
84
  )
85
 
86
  if __name__ == "__main__":
 
79
  gr.Slider(minimum=0, maximum=1, step=0.1, label="Style")
80
  ],
81
  outputs=gr.Audio(type="filepath"),
82
+ title="",
83
+ description=""
84
  )
85
 
86
  if __name__ == "__main__":