Loren commited on
Commit
61f28b1
Β·
verified Β·
1 Parent(s): d48519a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -541,7 +541,7 @@ with gr.Blocks(title="Voxtral") as voxtral:
541
  )
542
  submit_translate = gr.Button("Translate audio file", variant="primary")
543
  text_translate = gr.Textbox(label="πŸ’¬ Generated translation", lines=10)
544
- text_translate = gr.Markdown()
545
 
546
  with gr.Column():
547
  with gr.Accordion("πŸ€– Ask audio file", open=True):
 
541
  )
542
  submit_translate = gr.Button("Translate audio file", variant="primary")
543
  text_translate = gr.Textbox(label="πŸ’¬ Generated translation", lines=10)
544
+ status_translate = gr.Markdown()
545
 
546
  with gr.Column():
547
  with gr.Accordion("πŸ€– Ask audio file", open=True):