oza75 commited on
Commit
841fc6a
·
verified ·
1 Parent(s): bafe701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,10 +34,10 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
34
  # language = "icelandic" # we use icelandic as the model was trained to replace the icelandic with bambara.
35
 
36
  #model_checkpoint = "oza75/bm-whisper-from-swa-02"
37
- revision = None
38
  #language = "swahili"
39
 
40
- model_checkpoint = "oza75/bm-whisper-large-v3-turbo-from-fr-v2"
41
  language = "french"
42
 
43
  # Load the custom tokenizer designed for Bambara and the ASR model
 
34
  # language = "icelandic" # we use icelandic as the model was trained to replace the icelandic with bambara.
35
 
36
  #model_checkpoint = "oza75/bm-whisper-from-swa-02"
37
+ revision = "90c73e2aced94a743561e6e0f1462bcf894a3ed4"
38
  #language = "swahili"
39
 
40
+ model_checkpoint = "oza75/bm-whisper-large-v3-turbo"
41
  language = "french"
42
 
43
  # Load the custom tokenizer designed for Bambara and the ASR model