Loren commited on
Commit
52a6261
·
verified ·
1 Parent(s): 67dc1fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ dict_languages = {"English": "en",
84
 
85
  #### Gradio interface
86
 
87
- with gr.Blocks(title="Transcription") as transcript:
88
  gr.Markdown("# Voxtral Mini Evaluation")
89
  gr.Markdown("#### Choose the language of the audio and set an audio file to process it.")
90
  gr.Markdown("##### *(Voxtral handles audios up to 30 minutes for transcription)*")
 
84
 
85
  #### Gradio interface
86
 
87
+ with gr.Blocks(title="Transcription") as audio:
88
  gr.Markdown("# Voxtral Mini Evaluation")
89
  gr.Markdown("#### Choose the language of the audio and set an audio file to process it.")
90
  gr.Markdown("##### *(Voxtral handles audios up to 30 minutes for transcription)*")