tools4eu commited on
Commit
84a7e64
1 Parent(s): 458938b

readme update

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ emoji: ✍️
18
 
19
  ![Screenshot](img/screenshot.jpg)
20
 
21
- Automatic speech recognition uses [Distil-Whisper: distil-large-v2](https://huggingface.co/distil-whisper/distil-large-v2) 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
 
 
18
 
19
  ![Screenshot](img/screenshot.jpg)
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