Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ from src.model.accent.whisper_accent import WhisperWrapper
|
|
56 |
device = torch.device("cuda") if torch.cuda.is_available() else "cpu"
|
57 |
|
58 |
# Load model from Huggingface
|
59 |
-
model = WhisperWrapper.from_pretrained("tiantiaf/whisper-large-narrow-accent").to(device)
|
60 |
model.eval()
|
61 |
```
|
62 |
|
|
|
56 |
device = torch.device("cuda") if torch.cuda.is_available() else "cpu"
|
57 |
|
58 |
# Load model from Huggingface
|
59 |
+
model = WhisperWrapper.from_pretrained("tiantiaf/whisper-large-v3-narrow-accent").to(device)
|
60 |
model.eval()
|
61 |
```
|
62 |
|