Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def text_to_audio(text):
|
|
93 |
# Crear interfaz en Gradio
|
94 |
interface = gr.Interface(
|
95 |
fn=text_to_audio,
|
96 |
-
inputs=gr.Textbox(lines=2, placeholder="Escribe nine"),
|
97 |
outputs=gr.Audio(label="Audio generado"),
|
98 |
title="Demo de TTS con Tacotron2 + Generador",
|
99 |
description="Convierte texto en audio usando Tacotron2 + modelo Generator entrenado.",
|
|
|
93 |
# Crear interfaz en Gradio
|
94 |
interface = gr.Interface(
|
95 |
fn=text_to_audio,
|
96 |
+
inputs=gr.Textbox(lines=2, placeholder="Escribe nine-"),
|
97 |
outputs=gr.Audio(label="Audio generado"),
|
98 |
title="Demo de TTS con Tacotron2 + Generador",
|
99 |
description="Convierte texto en audio usando Tacotron2 + modelo Generator entrenado.",
|