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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -23,7 +23,8 @@ 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 = "96535debb4ce0b7af7c9c186d09d088825f63840"
 
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
+ revision = "afb99cf13c00938930ba777a90b4c24273a3a7b8"
28
 
29
  # language = "bambara"
30
  language = "icelandic" # we use icelandic as the model was trained to replace the icelandic with bambara.