FutureCow commited on
Commit
c4b64f3
·
verified ·
1 Parent(s): 43f809d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ to the CTranslate2 model format. This model can be used with
22
  \```python
23
  from faster_whisper import WhisperModel
24
 
25
- model = WhisperModel("JOUW_NAAM/whisperd-nl-ct2", device="cpu", compute_type="float16")
26
 
27
  segments, info = model.transcribe("audio.mp3", language="nl")
28
 
 
22
  \```python
23
  from faster_whisper import WhisperModel
24
 
25
+ model = WhisperModel("FutureCow/whisperd-nl-ct2", device="cpu", compute_type="float16")
26
 
27
  segments, info = model.transcribe("audio.mp3", language="nl")
28