Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -83,8 +83,6 @@ dict_languages = {"English": "en",
|
|
83 |
|
84 |
|
85 |
#### Gradio interface
|
86 |
-
.hf-banner { display: none !important; }
|
87 |
-
|
88 |
with gr.Blocks(title="Transcription") as audio:
|
89 |
gr.Markdown("# Voxtral Mini Evaluation")
|
90 |
gr.Markdown("#### Choose the language of the audio and set an audio file to process it.")
|
|
|
83 |
|
84 |
|
85 |
#### Gradio interface
|
|
|
|
|
86 |
with gr.Blocks(title="Transcription") as audio:
|
87 |
gr.Markdown("# Voxtral Mini Evaluation")
|
88 |
gr.Markdown("#### Choose the language of the audio and set an audio file to process it.")
|