Spaces:
Runtime error
Runtime error
Commit
β’
f25e7c2
1
Parent(s):
72e513f
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ if __name__ == "__main__":
|
|
121 |
out-of-distribution evaluation data.</p>
|
122 |
|
123 |
<p>In this demo, we perform a speed comparison between Whisper and Distil-Whisper in order to test this claim.
|
124 |
-
Both models use the <a href="https://huggingface.co/distil-whisper/distil-large-v3#chunked-long-form
|
125 |
in π€ Transformers, as well as Flash Attention. To use Distil-Whisper yourself, check the code examples on the
|
126 |
<a href="https://github.com/huggingface/distil-whisper#1-usage"> Distil-Whisper repository</a>. To ensure fair
|
127 |
usage of the Space, we ask that audio file inputs are kept to < 30 mins.</p>
|
|
|
121 |
out-of-distribution evaluation data.</p>
|
122 |
|
123 |
<p>In this demo, we perform a speed comparison between Whisper and Distil-Whisper in order to test this claim.
|
124 |
+
Both models use the <a href="https://huggingface.co/distil-whisper/distil-large-v3#chunked-long-form"> chunked long-form transcription algorithm</a>
|
125 |
in π€ Transformers, as well as Flash Attention. To use Distil-Whisper yourself, check the code examples on the
|
126 |
<a href="https://github.com/huggingface/distil-whisper#1-usage"> Distil-Whisper repository</a>. To ensure fair
|
127 |
usage of the Space, we ask that audio file inputs are kept to < 30 mins.</p>
|