Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
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
|
|
|
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
|