Ngoufack commited on
Commit
ed0915e
·
1 Parent(s): 628e92e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ def process_audio(audio_input=None, model_name="large-v2"):
147
  def create_interface():
148
  """Create the Gradio interface."""
149
  with gr.Blocks(title="WhisperX Transcription") as interface:
150
- gr.Markdown("# 🎙️ Audio Transcription with Speaker Identification")
151
  gr.Markdown("Upload an audio file or record directly to transcribe and identify speakers.")
152
 
153
  with gr.Row():
 
147
  def create_interface():
148
  """Create the Gradio interface."""
149
  with gr.Blocks(title="WhisperX Transcription") as interface:
150
+ gr.Markdown("# Verbalens Prototype : Audio Transcription with Speaker Identification")
151
  gr.Markdown("Upload an audio file or record directly to transcribe and identify speakers.")
152
 
153
  with gr.Row():