sirekist98 commited on
Commit
309aa1d
·
verified ·
1 Parent(s): 73f6e2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 — sin emociones\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")
 
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")