Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
e76aabe
1
Parent(s):
ba6a1e9
Update Gradio interface text for clarity in Voxtral app
Browse files
app.py
CHANGED
@@ -57,8 +57,8 @@ def process_audio(audio_path, model_name, lang_name, max_tokens=500):
|
|
57 |
|
58 |
# Define Gradio interface
|
59 |
with gr.Blocks(title="Voxtral Demo") as demo:
|
60 |
-
gr.Markdown("# Voxtral
|
61 |
-
gr.Markdown("Upload an audio file and get a transcription
|
62 |
|
63 |
with gr.Row():
|
64 |
with gr.Column():
|
|
|
57 |
|
58 |
# Define Gradio interface
|
59 |
with gr.Blocks(title="Voxtral Demo") as demo:
|
60 |
+
gr.Markdown("# Voxtral Transcription Demo")
|
61 |
+
gr.Markdown("Upload an audio file and get a transcription from Voxtral.")
|
62 |
|
63 |
with gr.Row():
|
64 |
with gr.Column():
|