Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ dict_languages = {"English": "en",
|
|
| 84 |
|
| 85 |
#### Gradio interface
|
| 86 |
|
| 87 |
-
with gr.Blocks(title="Transcription") as
|
| 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)*")
|