Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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.
|