sanchit-gandhi HF staff commited on
Commit
7c1a8fa
1 Parent(s): 172ec24

tidy again

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -109,7 +109,7 @@ if __name__ == "__main__":
109
  "
110
  >
111
  <h1 style="font-weight: 900; margin-bottom: 7px; line-height: normal;">
112
- Whisper vs Distil-Whisper
113
  </h1>
114
  </div>
115
  </div>
@@ -117,9 +117,8 @@ if __name__ == "__main__":
117
  )
118
  gr.HTML(
119
  f"""
120
- This demo shows a speed comparison between <a href="https://huggingface.co/openai/whisper-large-v2"> Whisper </a>
121
- and <a href="https://huggingface.co/distil-whisper/distil-large-v2"> Distil-Whisper </a> for the same audio
122
- file input. Both models use the <a href="https://huggingface.co/distil-whisper/distil-large-v2#long-form-transcription"> chunked long-form transcription algorithm </a>
123
  in 🤗 Transformers with Flash Attention support. To ensure fair usage of the Space, we ask that audio
124
  file inputs are kept to < 30 mins.
125
  """
 
109
  "
110
  >
111
  <h1 style="font-weight: 900; margin-bottom: 7px; line-height: normal;">
112
+ Whisper vs Distil-Whisper: Speed Comparison
113
  </h1>
114
  </div>
115
  </div>
 
117
  )
118
  gr.HTML(
119
  f"""
120
+ Speed comparison between <a href="https://huggingface.co/openai/whisper-large-v2"> Whisper</a>
121
+ and <a href="https://huggingface.co/distil-whisper/distil-large-v2"> Distil-Whisper</a>. Both models use the <a href="https://huggingface.co/distil-whisper/distil-large-v2#long-form-transcription"> chunked long-form transcription algorithm</a>
 
122
  in 🤗 Transformers with Flash Attention support. To ensure fair usage of the Space, we ask that audio
123
  file inputs are kept to < 30 mins.
124
  """