Update app.py
Browse files
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="
|
83 |
-
description="
|
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
|