Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
|
|
24 |
|
25 |
model_checkpoint = "oza75/whisper-bambara-asr-006"
|
26 |
#revision = "96535debb4ce0b7af7c9c186d09d088825f63840"
|
27 |
-
revision = "
|
28 |
|
29 |
# language = "bambara"
|
30 |
language = "icelandic" # we use icelandic as the model was trained to replace the icelandic with bambara.
|
|
|
24 |
|
25 |
model_checkpoint = "oza75/whisper-bambara-asr-006"
|
26 |
#revision = "96535debb4ce0b7af7c9c186d09d088825f63840"
|
27 |
+
revision = "4549778c08f29ed2e033cc9a497a187488b6bf56"
|
28 |
|
29 |
# language = "bambara"
|
30 |
language = "icelandic" # we use icelandic as the model was trained to replace the icelandic with bambara.
|