arifagustyawan
commited on
Commit
•
97c03b1
1
Parent(s):
4ee4ca1
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import librosa
|
|
4 |
import os, sys
|
5 |
import soundfile
|
6 |
|
7 |
-
model_name = "arifagustyawan/wav2vec2-large-xlsr-
|
8 |
asr = Wav2Vec2Inference(model_name)
|
9 |
|
10 |
def convert(inputfile, outfile):
|
|
|
4 |
import os, sys
|
5 |
import soundfile
|
6 |
|
7 |
+
model_name = "arifagustyawan/wav2vec2-large-xlsr-53-id"
|
8 |
asr = Wav2Vec2Inference(model_name)
|
9 |
|
10 |
def convert(inputfile, outfile):
|