Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def transformar_texto(archivo):
|
|
68 |
interfaz = gr.Interface(
|
69 |
fn=transformar_texto,
|
70 |
inputs=gr.File(label="Sube tu documento de texto (.txt)"),
|
71 |
-
outputs=gr.Audio(type="
|
72 |
title="📝➡️🎙️ Transformador de Texto a Conversación",
|
73 |
description="""
|
74 |
Sube un documento de texto y conviértelo en una conversación tipo podcast entre dos personas.
|
@@ -80,14 +80,6 @@ interfaz = gr.Interface(
|
|
80 |
**Próximamente:**
|
81 |
- Versiones premium sin límites.
|
82 |
- Personalización de voces y estilos.
|
83 |
-
|
84 |
-
|
85 |
-
¡Mantente atento para más actualizaciones!
|
86 |
-
""",
|
87 |
-
theme="default",
|
88 |
-
allow_flagging="never"
|
89 |
-
)
|
90 |
-
|
91 |
-
interfaz.launch()
|
92 |
|
93 |
|
|
|
68 |
interfaz = gr.Interface(
|
69 |
fn=transformar_texto,
|
70 |
inputs=gr.File(label="Sube tu documento de texto (.txt)"),
|
71 |
+
outputs=gr.Audio(type="filepath", label="Escucha la conversación generada"), # Actualización aquí
|
72 |
title="📝➡️🎙️ Transformador de Texto a Conversación",
|
73 |
description="""
|
74 |
Sube un documento de texto y conviértelo en una conversación tipo podcast entre dos personas.
|
|
|
80 |
**Próximamente:**
|
81 |
- Versiones premium sin límites.
|
82 |
- Personalización de voces y estilos.
|
83 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
|
85 |
|