eddiegulay
commited on
Commit
•
fc0d824
1
Parent(s):
1a7b3cd
Update inference.py
Browse files- inference.py +1 -1
inference.py
CHANGED
@@ -3,7 +3,7 @@ import torchaudio
|
|
3 |
import torch
|
4 |
|
5 |
|
6 |
-
repo_id =
|
7 |
|
8 |
model = Wav2Vec2ForCTC.from_pretrained(repo_id)
|
9 |
processor = Wav2Vec2Processor.from_pretrained(repo_id)
|
|
|
3 |
import torch
|
4 |
|
5 |
|
6 |
+
repo_id = "eddiegulay/wav2vec2-large-xlsr-mvc-swahili"
|
7 |
|
8 |
model = Wav2Vec2ForCTC.from_pretrained(repo_id)
|
9 |
processor = Wav2Vec2Processor.from_pretrained(repo_id)
|