MohamedRashad commited on
Commit
e76aabe
·
1 Parent(s): ba6a1e9

Update Gradio interface text for clarity in Voxtral app

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Audio Processing Demo")
61
- gr.Markdown("Upload an audio file and get a transcription/response from Voxtral.")
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():