whispy commited on
Commit
3245e0b
Β·
1 Parent(s): 6003d2c

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -79,7 +79,7 @@ mf_transcribe = gr.Interface(
79
  title="Whisper Demo: Transcribe and Translate Italian Audio",
80
  description=(
81
  "Transcribe and Translate long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
82
- f" checkpoint [{"whispy/whisper_hf"}](https://huggingface.co/whispy/whisper_hf) and πŸ€— Transformers to transcribe audio files"
83
  " of arbitrary length. It also uses another model for the translation"
84
  ),
85
  allow_flagging="never",
@@ -94,7 +94,7 @@ yt_transcribe = gr.Interface(
94
  title="Whisper Demo: Transcribe YouTube",
95
  description=(
96
  "Transcribe, Summarize and Translate long-form YouTube videos with the click of a button! Demo uses the the fine-tuned "
97
- f" [{"whispy/whisper_hf"}](https://huggingface.co/whispy/whisper_hf) and πŸ€— Transformers to transcribe audio files of"
98
  " arbitrary length. It also uses other two models to first summarize and then translate the text input"
99
  ),
100
  allow_flagging="never",
 
79
  title="Whisper Demo: Transcribe and Translate Italian Audio",
80
  description=(
81
  "Transcribe and Translate long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
82
+ f" [whispy/whisper_hf](https://huggingface.co/whispy/whisper_hf) and πŸ€— Transformers to transcribe audio files"
83
  " of arbitrary length. It also uses another model for the translation"
84
  ),
85
  allow_flagging="never",
 
94
  title="Whisper Demo: Transcribe YouTube",
95
  description=(
96
  "Transcribe, Summarize and Translate long-form YouTube videos with the click of a button! Demo uses the the fine-tuned "
97
+ f" [whispy/whisper_hf](https://huggingface.co/whispy/whisper_hf) and πŸ€— Transformers to transcribe audio files of"
98
  " arbitrary length. It also uses other two models to first summarize and then translate the text input"
99
  ),
100
  allow_flagging="never",