BrunoHays commited on
Commit
058f3cf
1 Parent(s): a4cc7a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -105,7 +105,7 @@ segments, info = model.transcribe("long_audio.wav",
105
  Whisper.cpp: works out-of-the-box
106
 
107
  ```bash
108
- ./main -f long_audio.wav -l fr -mc 0 -m ../converted_models/cpp/ggml-model.bin
109
  ```
110
 
111
  # TODO: Insérer tableau de perfs + liens pour les modèles convertis
 
105
  Whisper.cpp: works out-of-the-box
106
 
107
  ```bash
108
+ ./main -f long_audio.wav -l fr -mc 0 -m ggml-model.bin
109
  ```
110
 
111
  # TODO: Insérer tableau de perfs + liens pour les modèles convertis