readme update
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ emoji: ✍️
|
|
18 |
|
19 |

|
20 |
|
21 |
-
Automatic speech recognition uses [
|
22 |
|
23 |
It has optimized inference because of batching and Scale-Product-Attention (SDPA) or flash attention (if available).
|
24 |
|
|
|
18 |
|
19 |

|
20 |
|
21 |
+
Automatic speech recognition uses [Whisper](https://github.com/openai/whisper) to transcribe audio files and [pyannote-audio](https://github.com/pyannote/pyannote-audio) to add speaker diarization.
|
22 |
|
23 |
It has optimized inference because of batching and Scale-Product-Attention (SDPA) or flash attention (if available).
|
24 |
|