Ashishkr commited on
Commit
cce25ca
·
1 Parent(s): 2390aa3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -256,7 +256,7 @@ def transcribe_yt(yt_url, task="transcribe", group_by_speaker=True, progress=gr.
256
  return html_embed_str, transcription
257
 
258
 
259
- title = "Whisper JAX + Speaker Diarization ⚡️"
260
 
261
  microphone = gr.Interface(
262
  fn=transcribe,
 
256
  return html_embed_str, transcription
257
 
258
 
259
+ title = "Video Transcription with Speaker diarization"
260
 
261
  microphone = gr.Interface(
262
  fn=transcribe,