sanchit-gandhi HF staff commited on
Commit
523090a
1 Parent(s): 18c8c48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ yt_transcribe = gr.Interface(
83
  theme="huggingface",
84
  title="Whisper Demo: Transcribe YouTube",
85
  description=(
86
- "Transcribe long-form YouTube videos with the click of a button! Demo uses the the fine-tuned checkpoint:"
87
  f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files of"
88
  " arbitrary length."
89
  ),
 
83
  theme="huggingface",
84
  title="Whisper Demo: Transcribe YouTube",
85
  description=(
86
+ "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint:"
87
  f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files of"
88
  " arbitrary length."
89
  ),