oza75 commited on
Commit
09afe62
·
verified ·
1 Parent(s): f9e0414

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
23
  #revision = "5f143f6070b64412a44fea08e912e1b7312e9ae9" # this checkpoint support both task without overfitting
24
 
25
  model_checkpoint = "oza75/whisper-bambara-asr-006"
26
- revision = "aec2be1dc4818ac9371cf1f1db6b6ad632dd74af"
27
 
28
  # language = "bambara"
29
  language = "icelandic" # we use icelandic as the model was trained to replace the icelandic with bambara.
 
23
  #revision = "5f143f6070b64412a44fea08e912e1b7312e9ae9" # this checkpoint support both task without overfitting
24
 
25
  model_checkpoint = "oza75/whisper-bambara-asr-006"
26
+ revision = "96535debb4ce0b7af7c9c186d09d088825f63840"
27
 
28
  # language = "bambara"
29
  language = "icelandic" # we use icelandic as the model was trained to replace the icelandic with bambara.