Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def tts(prompt, speaker):
|
|
113 |
|
114 |
# Gradio UI
|
115 |
with gr.Blocks() as demo:
|
116 |
-
gr.Markdown("# 🗣️ Orpheus Spanish TTS —
|
117 |
with gr.Row():
|
118 |
with gr.Column():
|
119 |
text_input = gr.Textbox(label="Texto", placeholder="Escribe aquí el texto a locutar")
|
|
|
113 |
|
114 |
# Gradio UI
|
115 |
with gr.Blocks() as demo:
|
116 |
+
gr.Markdown("# 🗣️ Orpheus Spanish TTS — Conversational\nSelecciona un *speaker* y escribe el texto.")
|
117 |
with gr.Row():
|
118 |
with gr.Column():
|
119 |
text_input = gr.Textbox(label="Texto", placeholder="Escribe aquí el texto a locutar")
|