Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,8 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
|
|
37 |
revision = None
|
38 |
#language = "swahili"
|
39 |
|
40 |
-
model_checkpoint = "oza75/bm-whisper-large-turbo-v4"
|
|
|
41 |
# language = "sundanese"
|
42 |
|
43 |
# Load the custom tokenizer designed for Bambara and the ASR model
|
|
|
37 |
revision = None
|
38 |
#language = "swahili"
|
39 |
|
40 |
+
#model_checkpoint = "oza75/bm-whisper-large-turbo-v4"
|
41 |
+
model_checkpoint = "oza75/bm-whisper-large-v3-base"
|
42 |
# language = "sundanese"
|
43 |
|
44 |
# Load the custom tokenizer designed for Bambara and the ASR model
|