IreneInContext commited on
Commit
473a83f
·
verified ·
1 Parent(s): 96af1f1

better UI

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -285,12 +285,12 @@ with gr.Blocks(
285
  lang_selector = gr.Dropdown(
286
  ["es", "ca"],
287
  value="es",
288
- label="TTS Language",
289
- info="Choose Spanish or Catalan voice",
290
  )
291
 
292
  transcript_display = gr.Textbox(
293
- label="📝 What I heard",
294
  interactive=False,
295
  lines=2,
296
  placeholder="Your transcribed speech will appear here…",
 
285
  lang_selector = gr.Dropdown(
286
  ["es", "ca"],
287
  value="es",
288
+ label="Voice",
289
+ info="Choose Spanish or Catalan",
290
  )
291
 
292
  transcript_display = gr.Textbox(
293
+ label="📝 What you said",
294
  interactive=False,
295
  lines=2,
296
  placeholder="Your transcribed speech will appear here…",