tiantiaf commited on
Commit
a585e16
·
verified ·
1 Parent(s): 0fd892c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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